Changeset 4241

Show
Ignore:
Timestamp:
04/30/08 11:23:47 (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 Source-highlight package.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4240 r4241  
    3030 
    3131    Added missing support for the syntax coloring of the built-in predicate  
    32     at_end_of_stream/0 to the Kate text editor. 
     32    at_end_of_stream/0 to the Kate text editor and to the Source-highlight  
     33    package. 
    3334 
    3435    Added missing support for the syntax coloring of the built-in predicate  
  • trunk/wenv/source-highlight/logtalk.lang

    r4189 r4241  
     1# highlighting for Logtalk source files (http://logtalk.org/) 
     2# 
     3#   written by Paulo Moura (pmoura@logtalk.org) 
     4#   last revised on 30 April 2008 
    15 
    26comment start "%" 
     
    3539            '\<(open|close)(?=\()', 
    3640            '\<flush_output(?=\()', 
    37             '\<flush_output\>', 
     41            '\<(flush_output|at_end_of_stream)\>', 
    3842            '\<(stream_property|at_end_of_stream|set_stream_position)(?=\()', 
    3943            '\<(get|p(eek|ut))_(byte|c(har|ode))(?=\()',