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
Interpolation escaping #11
Comments
Hmmmm! That is quite unsettling. I am using vim_configurable. I'll look into the problem. Thanks for your efforts. :) |
Wow, you're totally right, I've been working with fake syntax highlighting this whole time. It's very strange: my installations of elm-vim and rust.vim are not subject to the same problem, but I can't figure out what's different about them. |
|
Wooooah so it applies this patch before loading any other plugins? That sure seems like it could cause a conflict. And indeed, if I set |
While working on a nix expression containing a multi-line string which contains a bash script which outputs a nix expression which contains single-line strings which have interpolations (phew!), I noticed that interpolations are always highlighted, even when they've been escaped.
The text was updated successfully, but these errors were encountered: