Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/textproto/indents.scm')
| -rw-r--r-- | runtime/queries/textproto/indents.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/queries/textproto/indents.scm b/runtime/queries/textproto/indents.scm new file mode 100644 index 00000000..ebea3ff3 --- /dev/null +++ b/runtime/queries/textproto/indents.scm @@ -0,0 +1,11 @@ +[ + (message_value) + (message_list) + (scalar_list) +] @indent + +[ + (close_arrow) + (close_square) + (close_squiggly) +] @outdent |