Re: Regex highlight html

2007-02-13 Thread NOSPAM plz
Gabriel Genellina skrev: > En Tue, 13 Feb 2007 10:13:26 -0300, NOSPAM plz <[EMAIL PROTECTED]> > escribió: > > >> I want to write a function that highlights html code. >> > > Well, it's already done, you have Pygments http://pygments.pocoo.org/ > and SilverCity http://silvercity.sourceforg

Re: Regex highlight html

2007-02-13 Thread Gabriel Genellina
En Tue, 13 Feb 2007 10:13:26 -0300, NOSPAM plz <[EMAIL PROTECTED]> escribió: > I want to write a function that highlights html code. Well, it's already done, you have Pygments http://pygments.pocoo.org/ and SilverCity http://silvercity.sourceforge.net/ > I have read the wiki page > http://en

Re: Regex highlight html

2007-02-13 Thread NOSPAM plz
Hey, I want to write a function that highlights html code. I have read the wiki page http://en.wikipedia.org/wiki/Regular_expressions just like this: test to this: ="test.png" alt="test pic" height="100" width="100"> ="#">test Just example colors - not so pretty :) Any suggestions? An

Regex highlight html

2007-02-13 Thread NOSPAM plz
Hey, I want to write a function that highlights html code. I have read the wiki page http://en.wikipedia.org/wiki/Regular_expressions just like this: test to this: test Just example colors - not so pretty :) Any suggestions? Andreas -- http://mail.python.org/mailman/listinfo/python-l