Changeset 4240 for trunk/wenv

Show
Ignore:
Timestamp:
04/30/08 09:53:42 (8 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.

Files:
1 modified

Legend:

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