-
Notifications
You must be signed in to change notification settings - Fork 346
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
Illegal tokens and QuasiQuotes #894
Comments
I've run into this too. IMHO such exceptions shouldn't cause enter to fail - there should be a fallback behavior. It's very frustrating when bugs prevent me from typing something (sure, I've got workarounds like C-j, but still!). |
Can you create a pull request with a failing test case?
|
I'll try to do so tomorrow when I'm back at work (as that's where I've got the actual code that this has a problem with). |
Looks like it is fixed. I just git pull today and now enter after quasiquotes works fine. |
It seems that
haskell-indentation
also searches QuasiQuotes for keywords:Hitting Enter at the end of the line gives
Illegal token: in
.(It seems that GitHub's highlighter also doesn't understand QuasiQuotes :p)
The text was updated successfully, but these errors were encountered: