Changeset 4187

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

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4186 r4187  
    7171    it compatible with most Prolog compilers. 
    7272 
    73     Corrected a bug in the SubEthaEdit 2.x syntax coloring support for  
    74     character codes using the 0' notation. 
     73    Corrected a syntax coloring bug with character codes using the 0'  
     74    notation in the SubEthaEdit 2.x and Vim text editors. 
    7575 
    7676 
  • 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\+\>"