Skip to content

Commit f3f5d58

Browse files
author
Wliu
authored
Merge pull request #52 from tpolecat/stuff
fix fira code trigraphs
2 parents 5c95be7 + dd24b52 commit f3f5d58

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)