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

12 lines
231 B
Scheme

(type) @type
(statement) @statement
(number) @number
(comment) @comment
(string) @string
(label) @label
(keyword) @keyword
(boolean) @boolean
(float) @number
(constant) @identifier
(identifier) @constant
(punctuation) @punctuation