mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
16 lines
293 B
Scheme
16 lines
293 B
Scheme
[
|
|
(top_section)
|
|
(sub_section_1)
|
|
(sub_section_2)
|
|
(graph_section)
|
|
(runtime_section)
|
|
(task_section)
|
|
] @indent.begin
|
|
|
|
(multiline_string
|
|
quotes_close: _ @indent.end) @indent.begin
|
|
|
|
(multiline_graph_string
|
|
quotes_close: _ @indent.end) @indent.begin
|
|
|
|
(line_continuation) @indent.zero
|