Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/elixir/rainbows.scm')
| -rw-r--r-- | runtime/queries/elixir/rainbows.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/runtime/queries/elixir/rainbows.scm b/runtime/queries/elixir/rainbows.scm deleted file mode 100644 index 01d3da7a..00000000 --- a/runtime/queries/elixir/rainbows.scm +++ /dev/null @@ -1,24 +0,0 @@ -[ - (block) - (interpolation) - (list) - (tuple) - (bitstring) - (map) - ; short-hand function captures like &(&1 + &2) - (unary_operator - operator: "&") - (arguments "(" ")") - (access_call) - (sigil) -] @rainbow.scope - -[ - "(" ")" - "%" - "{" "}" - "[" "]" - "<<" ">>" - "#{" - "|" -] @rainbow.bracket |