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.
This commit is contained in:
Francois Belair
2020-09-08 10:43:15 -04:00
committed by GitHub
parent b84013719c
commit 3a112f2f79
2 changed files with 1 additions and 1 deletions

View File

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