aboutsummaryrefslogblamecommitdiff
path: root/runtime/queries/dot/highlights.scm
blob: 6ad64d28716b24acbaaf61d4316c2e8becad51a3 (plain) (tree)









































                                  
(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