Initial Elixir support

This commit is contained in:
Daniel Kempkens 2021-05-14 21:23:58 +02:00 committed by Stephan Seitz
parent 506e998da2
commit e7e1db38cd
6 changed files with 323 additions and 0 deletions

View file

@ -0,0 +1,28 @@
[
(arguments)
(call)
(do_block)
(list)
(map)
(stab_expression)
] @indent
(stab_expression
right: (_) @indent)
[
"("
")"
"{"
"}"
"["
"]"
(after_block)
(catch_block)
(else_block)
(rescue_block)
"do"
"end"
] @branch
(comment) @ignore