Show
Ignore:
Timestamp:
04/30/08 09:44:43 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of the built-in control construct call/1 to the GtkSourceView? 2.x text widget.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/gtksourceview2/logtalk.lang

    r3952 r4239  
    214214            <keyword>((current_)?char_conversion)(?=[(])</keyword> 
    215215            <!-- Logic and control --> 
    216             <keyword>(once)(?=[(])</keyword> 
     216            <keyword>(call|once)(?=[(])</keyword> 
    217217            <keyword>(true|fail|repeat)(?![-!(^~])</keyword> 
    218218            <!-- Atomic term processing -->