Hi.

Thanks for your help.

Thomas Sprinkmeier wrote:
On Fri, 2008-05-16 at 14:55 +0930, Luke Vanderfluit wrote:
Hi.

Anyone know of a way to color matching div tags in html?
I use vim.

google: color matching div tags in html vim
spat out
http://www.fleiner.com/vim/syntax_60/html.vim

Does that help?
That doesnt do what I want.

Im looking for the following and it has to work in a jsp file...

<html>
<body>
<div>(color1)
   <div>(color2)
   </div>(color2)
   <div>(color3)
       <div>(color4)
       </div>(color4)
   </div>(color3)
</div>(color1)

</body>
</html>

Kr.
Luke.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to