Changeset 4178 for trunk/wenv

Show
Ignore:
Timestamp:
03/30/08 16:50:12 (10 months ago)
Author:
pmoura
Message:

Improved support for the "highlight" syntax coloring package (work in progress).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/highlight/lgt.lang

    r4177 r4178  
    131131$IGNORECASE=false 
    132132 
    133 $ESCCHAR=\ 
     133$ESCCHAR=regex(\\\d{3}|\\x\p{XDigit}{2}|\\[ntvbrfa\\\?'"]) 
    134134 
    135135$SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  + -