mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
20 lines
320 B
Scheme
20 lines
320 B
Scheme
(keysym) @constant
|
|
|
|
((keysym) @constant.builtin
|
|
(#eq? @constant.builtin "Multi_key"))
|
|
|
|
(text) @string
|
|
|
|
"include" @include
|
|
|
|
[ (octal) (hex) ] @number
|
|
|
|
[ (modifier) "None" ] @type.qualifier
|
|
|
|
[ "%L" "%H" "%S" ] @string.special
|
|
|
|
[ "!" "~" ] @operator
|
|
|
|
[ ":" "<" ">" "\"" ] @punctuation.delimiter
|
|
|
|
(comment) @comment @spell
|