semantic-highlight.vim icon indicating copy to clipboard operation
semantic-highlight.vim copied to clipboard

Blacklist for Vim script

Open othree opened this issue 10 years ago • 2 comments

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.

othree avatar Apr 24 '15 07:04 othree

Another suggestion is like SyntaxComplete Parse syntax keywords at runtime.

othree avatar Apr 24 '15 08:04 othree

This sounds like an excellent suggestion!

faceleg avatar Apr 07 '16 20:04 faceleg