Skip to content

Commit bb39541

Browse files
authored
Update Elixir.sublime-syntax
1 parent 91aec7c commit bb39541

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Elixir.sublime-syntax

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@ contexts:
451451
scope: variable.other.capture.elixir
452452
captures:
453453
1: keyword.operator.capture.elixir
454+
- match: (&)\w+(?=\/\d|\()
455+
scope: variable.other.capture.elixir
456+
captures:
457+
1: keyword.operator.capture.elixir
454458
- match: '(\^)[a-z]\w*'
455459
scope: variable.other.pin.elixir
456460
captures:

0 commit comments

Comments
 (0)