vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Highlight b"foo %s" similarly to "foo %s". #16

Closed anntzer closed 7 years ago

anntzer commented 7 years ago

%-formatting of bytes is available in Py2.7 (bytes==str) and Py3.5+.

nfnty commented 7 years ago

Thanks!