nvim-treesitter/queries/dot/highlights.scm
2022-10-15 08:49:01 -07:00

55 lines
521 B
Scheme

(identifier) @type
[
"strict"
"graph"
"digraph"
"subgraph"
"node"
"edge"
] @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)
)
(comment) @comment
(preproc) @preproc
(comment) @spell
(ERROR) @error