1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/bundle/nvim-treesitter/queries/godot_resource/highlights.scm
2022-04-14 12:01:23 +08:00

29 lines
347 B
Scheme

(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