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