jaxbot / semantic-highlight.vim

Semantic Highlighting for Vim
http://jaxbot.me/
486 stars 34 forks source link

Blacklist for Vim script #35

Open othree opened 9 years ago

othree commented 9 years ago

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 commented 9 years ago

Another suggestion is like SyntaxComplete Parse syntax keywords at runtime.

faceleg commented 8 years ago

This sounds like an excellent suggestion!