nvim-treesitter/queries/llvm/highlights.scm

15 lines
288 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
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-02 17:09:40 -04:00
(constant) @identifier
(identifier) @constant
2021-10-03 11:50:47 -04:00
(symbol) @punctuation.delimiter
(bracket) @punctuation.bracket