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:
David Kincaid
2024-09-15 16:34:02 -04:00
committed by GitHub
parent 5b725b55fd
commit 892f71d3c2

View File

@@ -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"
},