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

Highlighting Breaks on PyTest #60

Open
bgenchel opened this issue Oct 28, 2019 · 1 comment
Open

Highlighting Breaks on PyTest #60

bgenchel opened this issue Oct 28, 2019 · 1 comment

Comments

@bgenchel
Copy link

bgenchel commented Oct 28, 2019

I'm using VIM 8.1.1722, MacVim, on MacOSX Mohave 10.14.6.
I installed this plugin with vim-plug, most recent version at the time of writing.

I have a pytest decorator that looks like this:

@pytest.mark.parametrize("sent, count", [("()",0),
                          ("«»",0),
                          ('text test "testing test.', 1)])

and when highlighted in vim using python-syntax, it looks like this:

Screen Shot 2019-10-28 at 5 25 17 PM

Everything that comes after this is also badly colored, basically with inverted string highlighting: everything that is a string is highlighted like code and vice versa.

@nfnty
Copy link
Member

nfnty commented Feb 25, 2020

Weird, can't reproduce this issue.

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

2 participants