-
Notifications
You must be signed in to change notification settings - Fork 34
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
Syntax highlight problem in inline block when variable name contains underline #150
Comments
Thanks for reporting the bug, but the region starting with |
Intuitively thinking, syntax/markdown.vim should know nothing about the code chunks. That should probably be the reason of wrongly "emphasis". Will changing render order help to solve the problem? |
I've tried to include markdown syntax at the end of syntax/rmd.vim, but the result was the same. |
I guess this should be an issue of syntax/markdown.vim rather than syntax/rmd.vim, since two lines in the following code snippet behave differently in vim highlight:
|
I found there have been issues about this problem, but unfortunately no any correct solution yet. tpope/vim-markdown#16 |
I guess that the solution (if any exists) might be in the use of the |
I deleted from the Vim-R-plugin the files that are already distributed as official Vim runtime files. Now, there is a new repository with these files: https://github.com/jalvesaq/R-Vim-runtime Since the official runtime files are no longer in this repository, I'm closing this bug. This bug is already described in the Known bugs section of the README.md, and new bugs should be reported in the new repository. |
Underline in variable name should not be treated as "emphasis". For example:
The text was updated successfully, but these errors were encountered: