Skip to content

Commit e9720df

Browse files
authored
Merge pull request #50 from evacchi/patch-1
Add squiggly arrow (~>) operator (Fixes #49)
2 parents abc2a56 + 5b112a5 commit e9720df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/scala.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
'name': 'keyword.control.exception.scala'
455455
}
456456
{
457-
'match': '(<-|←|->|→|=>|⇒|\\?|\\:+|@|\\|)+'
457+
'match': '(<-|←|->|→|=>|⇒|~>|\\?|\\:+|@|\\|)+'
458458
'name': 'keyword.operator.scala'
459459
}
460460
{

0 commit comments

Comments
 (0)