jnurmine / Zenburn

Zenburn is a low-contrast color scheme for Vim.
http://kippura.org/zenburnpage
891 stars 149 forks source link

TagHighlight Integration Point (Python) #1

Closed litzomatic closed 12 years ago

litzomatic commented 12 years ago

Main Changes:

TagHighlight supercedes ctags_highlighting. Variable names have been changed appropriately.

Enabling by default if the plugin was available would be nice, but was causing me problems. ie. Wasn't getting loaded at the appropriate time. Rather then solving that problem, I changed to default off, and is configured through a global variable to turn it on. This is simple. Let's KISS.

There were mistakes in the current implementation that were fixed. Mainly using CTagDefinedName instead of DefinedName. See section 2.3 Colouring of TagHighlight.txt

Changed coloring to something that made sense to my brain for python. Feel free to change these!

jnurmine commented 12 years ago

I can't get TagHighlight to work properly for me. In GVim it gets somehow partially detected, the autoload functions work but GVim doesn't find the actual plugin script. For this reason I could not test the TagHighlight parts. I really dunno wth is wrong with my setup.

Anyway. I'll pull this in offline and do some cleanup in comments etc. Then I'll push since it 1. is an improvement to the old broken functionality which used CTagsHighlighter, 2. the TagHighlight parts are off by default, 3. TagHighlight sounds useful to a lot of people.

Thanks!