Changeset 4189 for trunk/wenv

Show
Ignore:
Timestamp:
04/04/08 09:59:17 (9 months ago)
Author:
pmoura
Message:

Corrected a syntax coloring bug with character codes using the 0' notation in the SubEthaEdit? 2.x and Vim text editors and in the source-highlight package.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/source-highlight/logtalk.lang

    r3952 r4189  
    6464normal =    '\<[a-z][A-Za-z0-9_]*' 
    6565 
    66 number =    '0\'[A-Za-z0-9]|0b[0-1]+|0o[0-7]+|0x[0-9a-fA-F]+|[0-9]+(\.[0-9]+)?([eE]([-+])?[0-9]+)?' 
     66number =    '0\'.|0b[0-1]+|0o[0-7]+|0x[0-9a-fA-F]+|[0-9]+(\.[0-9]+)?([eE]([-+])?[0-9]+)?' 
    6767 
    6868symbol =    "::", "^^", ":",