Hi all,

ss there a way to highlight if-else-endif structures in Vim on demand based on 
their 'level' in the overall program hierarchy? I.e. I want something like

if <<< highlight in red
   foo
else <<<< red
   if <<< blue
      baz
      bar
   endif <<< blue
endif <<< red

I'm mostly editing FORTRAN code, but I guess this feature would be pretty 
generic, as long as the syntax highlighting works for the given language...

Cheers,
Fabian

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to