forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
441 B
Scheme
44 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
|