blob: 73afe85ed84f36c500f642f88b3b6a13bca818c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
(type) @type
(statement) @keyword.operator
(number) @constant.numeric.integer
(comment) @comment
(string) @string
(label) @label
(keyword) @keyword
"ret" @keyword.control.return
(boolean) @constant.builtin.boolean
(float) @constant.numeric.float
(constant) @constant
(identifier) @variable
(symbol) @punctuation.delimiter
(bracket) @punctuation.bracket
|