-
Notifications
You must be signed in to change notification settings - Fork 81
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
Removes embed syntax highlighting #135
Comments
Hi @AceofSpades5757, thank you for the report. Sorry I took so long to react. I’m not sure what you mean… can you make some screenshots maybe? One of how it’s supposed to look (without the plugin?), one that shows what happens instead, or something? |
I'm referring to embedded syntax highlighting inside vim files. For example, Python inside the Rather than try and figure out exactly why this was happening, I just put this plugin in an |
I am still interested in finding out. 🙂 Can you give me (or point me at) an example file where this definitely broke for you? (You have already given me enough that I can try to reconstruct something myself – but if my test case doesn’t reproduce the bug, I couldn’t tell whether it’s because I constructed the wrong test case or whether it isn’t reproducible on my setup.) |
So I was looking over it recently, and just tonight. Recently, I switched to So, I'm not sure what that means exactly, but now that I'm 100% sure it's Anything in particular you need? Or would find useful in addition? EDIT: It has something to do with the
|
Well… sure. That file is what loads CSS Color into Python buffers. Changing its filename causes that not to happen. That’s why the problem stops – it’s no longer getting loaded in Python buffers, where it was causing the problem, so the problem stops. That doesn’t fix the problem though…
Again, if you have an example file that I can open in Vim and see for myself what changes depending on whether the plugin is enabled or not, that would be ideal. |
In
.vim
files, it will remove the embed syntax highlighting. This was confirmed with Python code inside of a.vim
file.Vim Version: 8.1
I wasn't able to find a setting that the plugin altered, or a script that overwrote the highlighting, but it will immediately remove the highlighting when run.
The text was updated successfully, but these errors were encountered: