Changeset 4240

Show
Ignore:
Timestamp:
04/30/08 09:53:42 (2 months ago)
Author:
pmoura
Message:
Added missing support for the syntax coloring of the built-in predicate at_end_of_stream/0 to the Kate text editor.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4239 r4240  
    2828    Added missing support for the syntax coloring of the external call  
    2929    Logtalk control construct, {}/1, to the TextMate text editor. 
     30 
     31    Added missing support for the syntax coloring of the built-in predicate  
     32    at_end_of_stream/0 to the Kate text editor. 
    3033 
    3134    Added missing support for the syntax coloring of the built-in predicate  
  • trunk/wenv/kate/logtalk.xml

    r3952 r4240  
    5959                <RegExpr String = "\b(open|close)(?=[(])" attribute = "Built-in" context = "#stay" /> 
    6060                <RegExpr String = "\bflush_output(?=[(])" attribute = "Built-in" context = "#stay" /> 
    61                 <RegExpr String = "\bflush_output\b" attribute = "Built-in" context = "#stay" /> 
     61                <RegExpr String = "\b(at_end_of_stream|flush_output)\b" attribute = "Built-in" context = "#stay" /> 
    6262                <RegExpr String = "\b(stream_property|at_end_of_stream|set_stream_position)(?=[(])" attribute = "Built-in" context = "#stay" /> 
    6363                <!-- Character and byte input/output -->