vim-better-comments
vim-better-comments copied to clipboard
Change highlighting for empty string.
The example code is
if str == "":
do something
With this plugin, everything after "" will also be highlighted.