Changeset 4240
- Timestamp:
- 04/30/08 09:53:42 (2 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/kate/logtalk.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4239 r4240 28 28 Added missing support for the syntax coloring of the external call 29 29 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. 30 33 31 34 Added missing support for the syntax coloring of the built-in predicate -
trunk/wenv/kate/logtalk.xml
r3952 r4240 59 59 <RegExpr String = "\b(open|close)(?=[(])" attribute = "Built-in" context = "#stay" /> 60 60 <RegExpr String = "\bflush_output(?=[(])" attribute = "Built-in" context = "#stay" /> 61 <RegExpr String = "\b flush_output\b" attribute = "Built-in" context = "#stay" />61 <RegExpr String = "\b(at_end_of_stream|flush_output)\b" attribute = "Built-in" context = "#stay" /> 62 62 <RegExpr String = "\b(stream_property|at_end_of_stream|set_stream_position)(?=[(])" attribute = "Built-in" context = "#stay" /> 63 63 <!-- Character and byte input/output -->
