mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
this might not work for ))) outdent cases
This commit is contained in:
@@ -87,7 +87,7 @@ rule
|
||||
;
|
||||
|
||||
Block:
|
||||
Expression Terminator { result = Expressions.new([val[0]]) }
|
||||
Expression { result = Expressions.new(val) }
|
||||
| INDENT Expressions OUTDENT { result = val[1] }
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user