Show
Ignore:
Timestamp:
04/30/08 08:50:16 (4 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.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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