mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
removed the 'default' keyword in favor of an 'else'
This commit is contained in:
@@ -7,7 +7,7 @@ class Lexer
|
||||
"try", "catch", "finally", "throw",
|
||||
"break", "continue",
|
||||
"for", "in", "while",
|
||||
"switch", "case", "default",
|
||||
"switch", "case",
|
||||
"super"]
|
||||
|
||||
IDENTIFIER = /\A([a-zA-Z$_]\w*)/
|
||||
|
||||
Reference in New Issue
Block a user