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 044d9af commit 48c620dCopy full SHA for 48c620d
Elixir.sublime-syntax
@@ -398,7 +398,7 @@ contexts:
398
scope: keyword.operator.range.elixir
399
- match: =>
400
scope: keyword.operator.map-pair.elixir
401
- - match: (\|\|\||&&&|^^^|<<<|>>>|~~~)
+ - match: (\|\|\||&&&|\^\^\^|<<<|>>>|~~~)
402
scope: keyword.operator.bitwise.elixir
403
- match: \||\*\*|\\\\|~
404
scope: keyword.operator.other.elixir
0 commit comments