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 -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -