Changeset 4236
- Timestamp:
- 04/30/08 08:50:16 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/vim/syntax/logtalk.vim (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4235 r4236 19 19 Corrected a bug in the SubEthaEdit syntax coloring support for the 20 20 imports_category/2-3 built-in predicate. 21 22 Corrected a bug in the Vim syntax coloring support for the ISO Prolog 23 built-in predicate current_char_conversion/2. 21 24 22 25 Added missing support for the syntax coloring of the external call -
trunk/wenv/vim/syntax/logtalk.vim
r4187 r4236 3 3 " Language: Logtalk 4 4 " Maintainer: Paulo Moura <pmoura@logtalk.org> 5 " Last Change: December 6, 20075 " Last Change: April 30, 2008 6 6 7 7 … … 243 243 syn match logtalkKeyword "\<write\(q\|_\(canonical\|term\)\)\?\ze(" 244 244 syn match logtalkKeyword "\<\(current_\)\?op\ze(" 245 syn match logtalkKeyword "\<\(current \)\?char_conversion\ze("245 syn match logtalkKeyword "\<\(current_\)\?char_conversion\ze(" 246 246 247 247
