adding steps to range comprehensions

This commit is contained in:
Jeremy Ashkenas
2010-01-01 11:54:59 -05:00
parent e30a267c9d
commit 0f81dbe913
5 changed files with 27 additions and 16 deletions

View File

@@ -204,7 +204,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(break|catch|continue|else|finally|for|if|return|switch|then|throw|try|unless|when|while)\b</string>
<string>\b(break|by|catch|continue|else|finally|for|if|return|switch|then|throw|try|unless|when|while)\b</string>
<key>name</key>
<string>keyword.control.coffee</string>
</dict>