Skip to content

Commit 7803fa8

Browse files
committed
added the "to" keyword
1 parent e5124c3 commit 7803fa8

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
@@ -447,7 +447,7 @@
447447
'name': 'support.function.type-of.scala'
448448
}
449449
{
450-
'match': '\\b(else|if|do|while|for|yield|match|case|until)\\b'
450+
'match': '\\b(else|if|do|while|for|yield|match|case|until|to)\\b'
451451
'name': 'keyword.control.flow.scala'
452452
}
453453
{

0 commit comments

Comments
 (0)