mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
lex indents with higher precedence than comments
This commit is contained in:
@@ -93,8 +93,8 @@ module CoffeeScript
|
||||
return if string_token
|
||||
return if js_token
|
||||
return if regex_token
|
||||
return if comment_token
|
||||
return if indent_token
|
||||
return if comment_token
|
||||
return if whitespace_token
|
||||
return literal_token
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user