Skip to content
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

vimscript's own syntax highlighter ignores line continuations #379

Open
GoogleCodeExporter opened this issue Aug 21, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Highlight the following source with vim's own highlighter:
syn keyword foo bar print
syn keyword foo
            \ bar print

What is the expected output? What do you see instead?
Neither "print" should highlighted as they are in a keyword list for syn 
keyword.
The second "print" gets highlighted, I guess because vim.vim doesn't handle the 
line continuation properly.

What version of the product are you using? On what operating system?
vim 7.4.738 on Arch Linux.

Original issue reported on code.google.com by [email protected] on 7 Jul 2015 at 7:27

@GoogleCodeExporter
Copy link
Author

CC'ing Charles as vim syntax file maintainer.

Original comment by [email protected] on 23 Jul 2015 at 12:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant