Elixir: Highlight with as conditional

`with` is also considered a conditional in Elixir. Highlight it
accordingly.
This commit is contained in:
Daniel Kempkens 2021-05-27 21:26:42 +02:00 committed by Stephan Seitz
parent 6c2ff319b3
commit ea8482621e

View file

@ -90,7 +90,7 @@
"else" @conditional
(call (function_identifier) @conditional
(#any-of? @conditional "case" "cond" "if" "unless"))
(#any-of? @conditional "case" "cond" "if" "unless" "with"))
(call (function_identifier) @repeat
(#eq? @repeat "for"))