Browse Source

Move grammar from configurations to syntaxes directory (#228)

This enables Github's linguist to pick up on an up to date GDScript
 grammar file and better highlight GDScript files on Github without
impacting the extension's functions.
Francois Belair 5 years ago
parent
commit
3a112f2f79
2 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json
  2. 0 0
      syntaxes/GDScript.tmLanguage.json

+ 1 - 1
package.json

@@ -150,7 +150,7 @@
 			{
 				"language": "gdscript",
 				"scopeName": "source.gdscript",
-				"path": "./configurations/GDScript.tmLanguage.json"
+				"path": "./syntaxes/GDScript.tmLanguage.json"
 			}
 		],
 		"snippets": [

+ 0 - 0
configurations/GDScript.tmLanguage.json → syntaxes/GDScript.tmLanguage.json