junegunn/vader.vim

Syntax Highlighting - Execute python3

AceofSpades5757 opened this issue · 0 comments

The Execute statement's highlighting will break when using python3 instead of python, which will also break any nested highlighting for the Python code.

Using python throws an error that I'm not sure how to avoid.

python

Looks nice, but throws an error.

image

python3

Works fine, but looks ugly.

image