Rename queries: godotResource -> godot_resource

This commit is contained in:
Stephan Seitz 2021-11-25 22:37:07 +01:00
parent 531cb21d21
commit 08243017f2
3 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[
(section)
] @fold

View file

@ -0,0 +1,28 @@
(identifier) @type.builtin
(attribute (identifier) @property)
(property (path) @property)
(constructor (identifier) @constructor)
(string) @string
(integer) @number
(float) @float
(true) @constant.builtin
(false) @constant.builtin
[
"["
"]"
] @tag.delimiter
[
"("
")"
"{"
"}"
] @punctuation.bracket
"=" @operator
(ERROR) @error

View file

@ -0,0 +1,3 @@
[
(section)
] @scope