Changeset 4187
- Timestamp:
- 04/04/08 08:20:49 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/vim/syntax/logtalk.vim (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4186 r4187 71 71 it compatible with most Prolog compilers. 72 72 73 Corrected a bug in the SubEthaEdit 2.x syntax coloring support for74 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. 75 75 76 76 -
trunk/wenv/vim/syntax/logtalk.vim
r3952 r4187 316 316 syn match logtalkNumber "\<\d\+[eE][-+]\=\d\+\>" 317 317 syn match logtalkNumber "\<\d\+\.\d\+[eE][-+]\=\d\+\>" 318 syn match logtalkNumber "\<0'.\ >"318 syn match logtalkNumber "\<0'.\|0''\|0'\"\>" 319 319 syn match logtalkNumber "\<0b[0-1]\+\>" 320 320 syn match logtalkNumber "\<0o\o\+\>"
