nvim-treesitter/queries/llvm/highlights.scm
2021-10-03 18:40:25 +02:00

14 lines
288 B
Scheme

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