mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
20 lines
188 B
Scheme
20 lines
188 B
Scheme
|
|
(output_line) @markup.raw.block
|
||
|
|
|
||
|
|
[
|
||
|
|
"#@local"
|
||
|
|
"#@exec"
|
||
|
|
] @keyword
|
||
|
|
|
||
|
|
[
|
||
|
|
"gap> "
|
||
|
|
"> "
|
||
|
|
] @keyword.debug
|
||
|
|
|
||
|
|
[
|
||
|
|
"#@if"
|
||
|
|
"#@else"
|
||
|
|
"#@fi"
|
||
|
|
] @keyword.conditional
|
||
|
|
|
||
|
|
(comment) @comment @spell
|