2022-09-10 15:45:52 +02:00
|
|
|
(section (identifier) @type.builtin)
|
|
|
|
|
|
|
|
(attribute (identifier) @attribute)
|
|
|
|
(property (path) @variable.other.member)
|
|
|
|
(constructor (identifier) @constructor)
|
|
|
|
|
|
|
|
(string) @string
|
|
|
|
(integer) @constant.numeric.integer
|
|
|
|
(float) @constant.numeric.float
|
|
|
|
|
|
|
|
(true) @constant.builtin.boolean
|
|
|
|
(false) @constant.builtin.boolean
|
|
|
|
|
|
|
|
[
|
|
|
|
"["
|
|
|
|
"]"
|
|
|
|
] @tag
|
|
|
|
|
|
|
|
[
|
|
|
|
"("
|
|
|
|
")"
|
|
|
|
"{"
|
|
|
|
"}"
|
|
|
|
] @punctuation.bracket
|
|
|
|
|
|
|
|
"=" @operator
|
|
|
|
|
2023-02-12 21:03:02 +01:00
|
|
|
(ERROR) @error
|
|
|
|
(comment) @comment
|