Changeset 4236

Show
Ignore:
Timestamp:
04/30/08 08:50:16 (3 months ago)
Author:
pmoura
Message:

Corrected a bug in the Vim syntax coloring support for the ISO Prolog built-in predicate current_char_conversion/2.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4235 r4236  
    1919    Corrected a bug in the SubEthaEdit syntax coloring support for the  
    2020    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. 
    2124 
    2225    Added missing support for the syntax coloring of the external call  
  • trunk/wenv/vim/syntax/logtalk.vim

    r4187 r4236  
    33" Language: Logtalk 
    44" Maintainer:   Paulo Moura <pmoura@logtalk.org> 
    5 " Last Change:  December 6, 2007 
     5" Last Change:  April 30, 2008 
    66 
    77 
     
    243243syn match   logtalkKeyword      "\<write\(q\|_\(canonical\|term\)\)\?\ze(" 
    244244syn match   logtalkKeyword      "\<\(current_\)\?op\ze(" 
    245 syn match   logtalkKeyword      "\<\(current\)\?char_conversion\ze(" 
     245syn match   logtalkKeyword      "\<\(current_\)\?char_conversion\ze(" 
    246246 
    247247