mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2025-12-31 13:48:24 +03:00
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:
@@ -150,7 +150,7 @@
|
||||
{
|
||||
"language": "gdscript",
|
||||
"scopeName": "source.gdscript",
|
||||
"path": "./configurations/GDScript.tmLanguage.json"
|
||||
"path": "./syntaxes/GDScript.tmLanguage.json"
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
|
||||
Reference in New Issue
Block a user