Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/tcl/indents.scm')
| -rw-r--r-- | runtime/queries/tcl/indents.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/tcl/indents.scm b/runtime/queries/tcl/indents.scm new file mode 100644 index 00000000..c0652fe7 --- /dev/null +++ b/runtime/queries/tcl/indents.scm @@ -0,0 +1,13 @@ +[ + (braced_word_simple) + (namespace) + (command) + (conditional) + (foreach) + (while) + (try) + (procedure) + (command_substitution) + ] @indent + +[ "}" "]" ] @outdent |