1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:40:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/dot/highlights.scm

46 lines
437 B
Scheme
Raw Normal View History

(identifier) @type
2022-11-14 00:10:02 +08:00
(keyword) @keyword
(string_literal) @string
(number_literal) @number
[
(edgeop)
(operator)
] @operator
[
","
";"
] @punctuation.delimiter
[
"{"
"}"
"["
"]"
"<"
">"
] @punctuation.bracket
(subgraph
id: (id
(identifier) @namespace)
)
(attribute
name: (id
(identifier) @field)
)
(attribute
value: (id
(identifier) @constant)
)
2022-11-14 00:10:02 +08:00
[
(comment)
(preproc)
] @comment
(ERROR) @error