jbgutierrez / vim-better-comments

Easily highlight human-friendly comments in your code!
MIT License
114 stars 9 forks source link

Change highlighting for empty string. #7

Open EYH0602 opened 3 years ago

EYH0602 commented 3 years ago

The example code is

if str == "":
    do something

With this plugin, everything after "" will also be highlighted.