Skip to content

Commit 5b112a5

Browse files
authored
Add squiggly arrow (~>) operator (Fixes #49)
1 parent 2b64d3b commit 5b112a5

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)