forked from adamschmideg/coffeescript-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 9
fix the custom lexer to be able to handle the whitespace at the end of the file #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note: I wonder if there should be replaceAll ... |
In general the whitespace handling has to be fixed. |
you can have a look at my fork to see what i have done so far. |
jthomaskerr
pushed a commit
to jthomaskerr/coffeescript-eclipse
that referenced
this issue
Mar 25, 2014
jthomaskerr
pushed a commit
to jthomaskerr/coffeescript-eclipse
that referenced
this issue
Mar 25, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
extract as separate issue from #19
link to file https://github.com/Nodeclipse/coffeescript-eclipse/blob/master/csep/src/com/aptana/editor/coffee/parsing/lexer/CoffeeScanner.java
@cdietrich said:
The text was updated successfully, but these errors were encountered: