Show
Ignore:
Timestamp:
04/04/08 08:20:49 (8 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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/vim/syntax/logtalk.vim

    r3952 r4187  
    316316syn match   logtalkNumber       "\<\d\+[eE][-+]\=\d\+\>" 
    317317syn match   logtalkNumber       "\<\d\+\.\d\+[eE][-+]\=\d\+\>" 
    318 syn match   logtalkNumber       "\<0'.\>" 
     318syn match   logtalkNumber       "\<0'.\|0''\|0'\"\>" 
    319319syn match   logtalkNumber       "\<0b[0-1]\+\>" 
    320320syn match   logtalkNumber       "\<0o\o\+\>"