semantic-highlight.vim
semantic-highlight.vim copied to clipboard
Avoid repeated matches due blank spaces or tabs
There are match loops using index + len(match) due spaces and tabs are not being calculated, so a regex could match many times when the line has spaces or tabs