vim plugin for coloring macros -


Is there a way to highlight variables / macros defined in VIM? Is there any plugin that does this, for example.

  # MonitoringWatch conversion_monitoring (monitoring);   

In the above example, is there a way to highlight MONITORING_ON ?

(I'm using VIM on windows when CTGS is enabled.)

thanks

This plugin is worth mentioning, that additional update of the automatic tag file supports the dynamic syntax highlighting tag events.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

ruby on rails - Convert a Activerecord result with has_one associations into a single hash per record -

javascript - Read complete data from stream from onMessage -