nvim-treesitter/queries/llvm/highlights.scm

13 lines
231 B
Scheme
Raw Normal View History

2021-10-02 17:09:40 -04:00
(type) @type
(statement) @statement
(number) @number
(comment) @comment
(string) @string
(label) @label
(keyword) @keyword
(boolean) @boolean
(float) @number
(constant) @identifier
(identifier) @constant
(punctuation) @punctuation