You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
and when highlighted in vim using python-syntax, it looks like this:
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.
The text was updated successfully, but these errors were encountered: