Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/cylc/indents.scm')
| -rw-r--r-- | runtime/queries/cylc/indents.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/queries/cylc/indents.scm b/runtime/queries/cylc/indents.scm new file mode 100644 index 00000000..865386c7 --- /dev/null +++ b/runtime/queries/cylc/indents.scm @@ -0,0 +1,19 @@ +[ + (top_section) + (sub_section_1) + (sub_section_2) + (graph_section) + (runtime_section) + (task_section) +] @indent + +[ + (top_section) + (sub_section_1) + (sub_section_2) + (graph_section) + (runtime_section) + (task_section) +] @extend + +(line_continuation) @indent.always |