-
Notifications
You must be signed in to change notification settings - Fork 41
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
Weird highlighting with LaTeX #89
Comments
I encounter a possibly related issue with German texts containing German "Umlauts" like 'Ä'. PS. When editing LaTeX files, YaLafi (see section on Vim) might be interesting. |
Yeah that might be it because I had directional quotes (not " but double quotes with directions like what is rendered in latex with `` and '') which could have caused the problem. |
The alternative plugin [vim-LanguageTool] does not exhibit this problem. However, you cannot continue editing while LanguageTool is running. |
I just installed this plugin and tried it in my latex file. The grammar check works wonderfully but the underline and highlighting of mistakes seem to be off. The space before the word is highlighted and underlined while the last character of the word is not highlighted nor underlined.
Illustration: _lorem
Expected: lorem
(Bold means highlighted and underlined)
I was thinking this might be a problem with conceal or specifically tex conceal? Any ideas for fix?
The text was updated successfully, but these errors were encountered: