mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
changing switch/case to switch/when -- it's a better word
This commit is contained in:
parent
849f0e4192
commit
8d76f4bd3f
13 changed files with 85 additions and 38 deletions
|
@ -205,7 +205,7 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(break|case|catch|continue|else|finally|for|if|return|switch|then|throw|try|unless|while)\b</string>
|
||||
<string>\b(break|when|catch|continue|else|finally|for|if|return|switch|then|throw|try|unless|while)\b</string>
|
||||
<key>name</key>
|
||||
<string>keyword.control.cs</string>
|
||||
</dict>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue