We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aec7c commit bb39541Copy full SHA for bb39541
Elixir.sublime-syntax
@@ -451,6 +451,10 @@ contexts:
451
scope: variable.other.capture.elixir
452
captures:
453
1: keyword.operator.capture.elixir
454
+ - match: (&)\w+(?=\/\d|\()
455
+ scope: variable.other.capture.elixir
456
+ captures:
457
+ 1: keyword.operator.capture.elixir
458
- match: '(\^)[a-z]\w*'
459
scope: variable.other.pin.elixir
460
0 commit comments