Syntax-Highlight-Universal

 view release on metacpan or  search on metacpan

lib/Syntax/Highlight/Universal/hrc/auto/types/irclog.hrc  view on Meta::CPAN

     xsi:schemaLocation="http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hrc.xsd">
   <type name="irclog">

      <import type="def"/>



      <scheme name="irclog">
<!-- Server messages -->
         <regexp match="/\M(\*\*\*.*$)/" region1="Comment"/>
<!-- Join/split messages -->
         <regexp match="/^ .*? (has (joined|quit|left).*?$)/ix" region="Parameter"/>
<!-- Nick highlight -->
<!-- TODO: need to use only non-whitespace chars within <> -->
         <regexp match="/(&lt;.*?&gt;)/i" region="String"/>
<!-- Time marker -->
         <inherit scheme="Time"/>
         <inherit scheme="Date"/>
<!-- Standard stuff: web/email/paths -->
         <inherit scheme="NetAddresses"/>
         <inherit scheme="Path"/>



( run in 1.391 second using v1.01-cache-2.11-cpan-71847e10f99 )