-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
non-strict mode being very strict with matching unmatched parens #665
Comments
I can't repro this. Would you mind testing this on the latest master? The result I get in both strict and non-strict mode is an insertion of |
I can confirm I still get it with the latest stable release, I'll try melpa unstable later today. |
yes, confirming I still get it on melpa unstable. Hmm, must be something in my config then. |
What version of |
I always run the most recent version of |
After upgrading I get the behaviour described in OP. The quote character before Oh how much I hate font-lock syntax hacks :) |
thanks for the workaround! I think our |
In scala-mode " is punctuation until it is matched with a closing quote... therefore we have to treat the state before as *not* inside string and not try to escape the closing quote (which only just now makes it into a string)
since a recent melpa upgrade, I've been getting errors in non-strict scala-mode. An example file looks like this (point is at
^^^
, which is just an indicator) and then type"
to close off"bootstrap
but I get this stacktrace instead 😢
Anything obvious broken here or should I go investigate when it bothers me enough?
The text was updated successfully, but these errors were encountered: