nvim-treesitter/queries/llvm/highlights.scm

15 lines
293 B
Scheme
Raw Normal View History

2021-10-02 17:09:40 -04:00
(type) @type
2021-10-03 12:09:33 -04:00
(statement) @keyword.operator
2021-10-02 17:09:40 -04:00
(number) @number
(comment) @comment
(string) @string
(label) @label
(keyword) @keyword
2021-10-03 11:50:47 -04:00
"ret" @keyword.return
2021-10-02 17:09:40 -04:00
(boolean) @boolean
2021-10-03 11:50:47 -04:00
(float) @float
2021-10-03 12:09:33 -04:00
(constant) @constant
(identifier) @variable
2021-10-03 11:50:47 -04:00
(symbol) @punctuation.delimiter
(bracket) @punctuation.bracket