mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
c13e28f894
commit
2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions
3
runtime/queries/godot_resource/folds.scm
Normal file
3
runtime/queries/godot_resource/folds.scm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
(section)
|
||||
] @fold
|
||||
28
runtime/queries/godot_resource/highlights.scm
Normal file
28
runtime/queries/godot_resource/highlights.scm
Normal 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
|
||||
3
runtime/queries/godot_resource/locals.scm
Normal file
3
runtime/queries/godot_resource/locals.scm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
(section)
|
||||
] @scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue