2022-12-07 11:58:45 +03:00
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
2022-12-08 01:15:09 +03:00
|
|
|
(container_key) @constant
|
2022-12-07 23:14:25 +03:00
|
|
|
(shape_key) @variable
|
2022-12-08 01:15:09 +03:00
|
|
|
(attr_key) @property
|
2022-12-09 12:36:31 +03:00
|
|
|
(reserved) @error
|
2022-12-07 11:58:45 +03:00
|
|
|
|
2022-12-07 12:09:27 +03:00
|
|
|
; Literals
|
2022-12-07 11:58:45 +03:00
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
2022-12-08 01:15:09 +03:00
|
|
|
(container_key (string) @string.special)
|
|
|
|
(shape_key (string) @string)
|
|
|
|
(label) @string
|
2022-12-07 11:58:45 +03:00
|
|
|
(attr_value) @string
|
|
|
|
|
2022-12-07 12:09:27 +03:00
|
|
|
; Comments
|
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(line_comment) @comment.line
|
|
|
|
|
|
|
|
; Punctiation
|
2022-12-07 11:58:45 +03:00
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(arrow) @operator
|
|
|
|
|
|
|
|
[
|
2022-12-08 01:15:09 +03:00
|
|
|
(dot)
|
2022-12-07 11:58:45 +03:00
|
|
|
":"
|
|
|
|
";"
|
|
|
|
] @punctuation.delimiter
|
|
|
|
|
|
|
|
[
|
|
|
|
"{"
|
|
|
|
"}"
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
2022-12-07 18:52:19 +03:00
|
|
|
; Special (nvim-treesitter overwrite previous rules)
|
2022-12-07 11:58:45 +03:00
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
(ERROR) @error
|