Skip to content

Commit cefdc9f

Browse files
author
Joseph Thomas-Kerr
committed
a block already has a terminator implicit in the OUTDENT -- partially addresses Nodeclipse#19 and Nodeclipse#21
1 parent 399d913 commit cefdc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csep/src/csep/CoffeeScript.xtext

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "http://www.eclipse.org/emf/2002/Ecore" as ecore
44
generate coffeeScript "http://www.coffeescript.org/eclipse"
55

66
Root:
7-
(Body | Block TERMINATOR)?;
7+
(Body | Block )?;
88

99
Body:
1010
lines+=Line (TERMINATOR lines+=Line?)*;

0 commit comments

Comments
 (0)