Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/lua/rainbows.scm')
| -rw-r--r-- | runtime/queries/lua/rainbows.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/queries/lua/rainbows.scm b/runtime/queries/lua/rainbows.scm new file mode 100644 index 00000000..3c97fc72 --- /dev/null +++ b/runtime/queries/lua/rainbows.scm @@ -0,0 +1,9 @@ +[ + (table_constructor) + (bracket_index_expression) + (parameters) + (arguments) + (field) +] @rainbow.scope + +["(" ")" "[" "]" "{" "}"] @rainbow.bracket |