Changeset 4239

Show
Ignore:
Timestamp:
04/30/08 09:44:43 (2 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.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4238 r4239  
    3030 
    3131    Added missing support for the syntax coloring of the built-in predicate  
    32     unify_with_occurs_check/2, to the Emacs text editor. 
     32    unify_with_occurs_check/2 to the Emacs text editor. 
     33 
     34    Added missing support for the syntax coloring of the built-in control  
     35    construct call/1 to the GtkSourceView 2.x text widget. 
    3336 
    3437 
  • 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 -->