mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 11:00:05 +08:00
56 lines
521 B
Scheme
56 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
|