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 f5a6fcd commit cb1b3adCopy full SHA for cb1b3ad
grammars/elixir.cson
@@ -502,6 +502,11 @@
502
}
503
]
504
505
+ {
506
+ 'comment': 'matches: | ++ -- ** \\ <- <> << >> :: .. |> ~ => ->'
507
+ 'match': '\\+\\+|\\-\\-|\\*\\*|\\\\\\\\|\\<\\-|\\<\\>|\\<\\<|\\>\\>|\\:\\:|\\.\\.|\\|>|~|=>|->|\\|'
508
+ 'name': 'keyword.operator.other.elixir'
509
+ }
510
{
511
'match': '\\+=|\\-=|\\|\\|=|~=|&&='
512
'name': 'keyword.operator.assignment.augmented.elixir'
@@ -522,10 +527,6 @@
522
527
'match': '(\\*|\\+|\\-|/)'
523
528
'name': 'keyword.operator.arithmetic.elixir'
524
529
525
- {
526
- 'match': '\\||\\+\\+|\\-\\-|\\*\\*|\\\\\\\\|\\<\\-|\\<\\>|\\<\\<|\\>\\>|\\:\\:|\\.\\.|\\|>|~|=>'
- 'name': 'keyword.operator.other.elixir'
- }
530
531
'match': '='
532
'name': 'keyword.operator.assignment.elixir'
0 commit comments