summaryrefslogtreecommitdiffstats
path: root/queries/devicetree/highlights.scm
blob: a7504260a9a4cc63a6d644cb3df63418e017ca9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
(comment) @comment @spell

[
  (preproc_include)
  (dtsi_include)
] @include

(preproc_def) @constant.macro
(preproc_function_def) @function.macro

[
  (memory_reservation)
  (file_version)
] @attribute

[
  (string_literal)
  (byte_string_literal)
  (system_lib_string)
] @string

(integer_literal) @number

(identifier) @variable
(node (identifier) @namespace)
(property (identifier) @property)
(labeled_item (identifier) @label)
(call_expression (identifier) @function.macro)

(reference) @label ; referencing labeled_item.identifier
(unit_address) @constant

[ "=" ] @operator
[ "(" ")" "[" "]" "{" "}" "<" ">" ] @punctuation.bracket
[ ";" ":" "," "@" ] @punctuation.delimiter