Skip to content

Commit 48c620d

Browse files
authored
Update Elixir.sublime-syntax
1 parent 044d9af commit 48c620d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Elixir.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ contexts:
398398
scope: keyword.operator.range.elixir
399399
- match: =>
400400
scope: keyword.operator.map-pair.elixir
401-
- match: (\|\|\||&&&|^^^|<<<|>>>|~~~)
401+
- match: (\|\|\||&&&|\^\^\^|<<<|>>>|~~~)
402402
scope: keyword.operator.bitwise.elixir
403403
- match: \||\*\*|\\\\|~
404404
scope: keyword.operator.other.elixir

0 commit comments

Comments
 (0)