919edfb323
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
43 lines
441 B
Scheme
43 lines
441 B
Scheme
(keyword) @keyword
|
|
(string_literal) @string
|
|
(number_literal) @constant.numeric
|
|
|
|
[
|
|
(edgeop)
|
|
(operator)
|
|
] @operator
|
|
|
|
[
|
|
","
|
|
";"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
"<"
|
|
">"
|
|
] @punctuation.bracket
|
|
|
|
(subgraph
|
|
id: (id
|
|
(identifier) @namespace)
|
|
)
|
|
|
|
(attribute
|
|
name: (id
|
|
(identifier) @type)
|
|
value: (id
|
|
(identifier) @constant)
|
|
)
|
|
|
|
[
|
|
(comment)
|
|
(preproc)
|
|
] @comment
|
|
|
|
(ERROR) @error
|
|
|
|
(identifier) @variable
|