semantic-highlight.vim
semantic-highlight.vim copied to clipboard
Blacklist for Vim script
I found semantic highlight will break Vim highlight in some case. ex: syntax region. The reason is there is no black list for Vim now. So I summarized the keywords from vim syntax file. I found there are more than 2300 keywords. You can take a look here
I don't think its a good idea to add all these words into current blacklist file. Do you have any idea?
My suggestion is to let each filetype separate.
Another suggestion is like SyntaxComplete Parse syntax keywords at runtime.
This sounds like an excellent suggestion!