diff options
Diffstat (limited to 'runtime/queries/typoscript/indents.scm')
| -rw-r--r-- | runtime/queries/typoscript/indents.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/typoscript/indents.scm b/runtime/queries/typoscript/indents.scm new file mode 100644 index 000000000..4f5fb4797 --- /dev/null +++ b/runtime/queries/typoscript/indents.scm @@ -0,0 +1,5 @@ +(block) @indent.begin + +"}" @indent.branch @indent.end + +(comment) @indent.ignore |
