blob: 74ec89af1b46fc8c0056cef025ef3eefcb598ae2 (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
(comment) @comment @spell
[
(preproc_include)
(dtsi_include)
] @keyword.import
(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) @module)
(property
(identifier) @property)
(node
label: (_) @label)
(call_expression
(identifier) @function.macro)
(reference) @label ; referencing labeled_item.identifier
(unit_address) @constant
"=" @operator
[
"("
")"
"["
"]"
"{"
"}"
"<"
">"
] @punctuation.bracket
[
";"
":"
","
"@"
] @punctuation.delimiter
|