Skip to content

Commit

Permalink
Merge branch 'master' of
Browse files Browse the repository at this point in the history
https://denschu@github.com/denschu/xtext-whitespace.git

Conflicts:
	com.denschu.xtext.whitespace/src/com/denschu/xtext/whitespace/MyDsl.xtext
	com.denschu.xtext.whitespace/src/com/denschu/xtext/whitespace/parser/IndentTokenSource.java
  • Loading branch information
dennis.schulte committed Mar 8, 2012
2 parents 417b046 + 3fffab1 commit 43da0be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,4 +12,4 @@ Argument hidden() : ID (" " ID)*;
terminal fragment WS: (' ') (' ')*;
terminal ID: ('a'..'z')+;
terminal TAB: (WS | '\t')+;
terminal EOL: ('\r'? '\n')+;
terminal EOL: ('\r'? '\n')+;

0 comments on commit 43da0be

Please sign in to comment.