mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
Standardize contributed language's extensions (#716)
This change shouldn't have any actual effect, but I noticed that some file extensions were listed with a period and some weren't. Both styles appear to function the same, but the language contribution point docs use a period, so I've standardized ours to be the same.
This commit is contained in:
12
package.json
12
package.json
@@ -381,7 +381,7 @@
|
||||
"gdscene"
|
||||
],
|
||||
"extensions": [
|
||||
"tscn"
|
||||
".tscn"
|
||||
],
|
||||
"configuration": "./configurations/gdresource.language-configuration.json"
|
||||
},
|
||||
@@ -392,11 +392,11 @@
|
||||
"gdresource"
|
||||
],
|
||||
"extensions": [
|
||||
"godot",
|
||||
"tres",
|
||||
"import",
|
||||
"gdns",
|
||||
"gdnlib"
|
||||
".godot",
|
||||
".tres",
|
||||
".import",
|
||||
".gdns",
|
||||
".gdnlib"
|
||||
],
|
||||
"configuration": "./configurations/gdresource.language-configuration.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user