Skip to content

Commit 5574746

Browse files
committed
moar symbols
1 parent 5c95be7 commit 5574746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grammars/scala.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,11 @@
455455
'name': 'keyword.control.exception.scala'
456456
}
457457
{
458-
'match': '(<-|←|->|→|=>|⇒|~>|\\?|\\:+|@|\\|)+'
458+
'match': '(<-|←|->>|->|→|=>|⇒|~>|>>=|\\?|\\:+|@|\\|)+'
459459
'name': 'keyword.operator.scala'
460460
}
461461
{
462-
'match': '(==?|!=|<=|>=|<>|<|>)'
462+
'match': '\\b(=|==|===|!=|<=|>=|<>|<|>)\\b'
463463
'name': 'keyword.operator.comparison.scala'
464464
}
465465
{

0 commit comments

Comments
 (0)