mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(cylc): add parser and queries (#7225)
This commit is contained in:
parent
f9e9370a6f
commit
92d2501d69
7 changed files with 121 additions and 0 deletions
16
queries/cylc/indents.scm
Normal file
16
queries/cylc/indents.scm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
(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
|
||||
Loading…
Add table
Add a link
Reference in a new issue