nvim-treesitter/queries/llvm/highlights.scm
Benjamin Graham 6d504dd0f8 Query fix
2021-10-03 18:40:25 +02:00

14 lines
293 B
Scheme

(type) @type
(statement) @keyword.operator
(number) @number
(comment) @comment
(string) @string
(label) @label
(keyword) @keyword
"ret" @keyword.return
(boolean) @boolean
(float) @float
(constant) @constant
(identifier) @variable
(symbol) @punctuation.delimiter
(bracket) @punctuation.bracket