- Timestamp:
- 05/10/08 08:50:04 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/source-highlight/logtalk.lang (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4258 r4259 43 43 to the TextMate text editor. 44 44 45 Added missing support for the syntax coloring of the built-in predicate 46 at_end_of_stream/0 to the Source-highlight package. 45 Added missing support for the syntax coloring of quoted atom escape 46 sequences and of the built-in predicate at_end_of_stream/0 to the 47 Source-highlight package. 47 48 48 49 Added missing support for the syntax coloring of the built-in predicate -
trunk/wenv/source-highlight/logtalk.lang
r4241 r4259 2 2 # 3 3 # written by Paulo Moura (pmoura@logtalk.org) 4 # last revised on 30 April20084 # last revised on 10 May 2008 5 5 6 6 comment start "%" … … 8 8 9 9 string delim "\"" "\"" escape "\\" 10 string delim "'" "'" escape "\\" 10 11 environment string delim "'" "'" begin 12 specialchar = '\\([\\abfnrtv"\']|(x[a-fA-F0-9]+|[0-7]+)\\)' 13 end 11 14 12 15 keyword = '\<(abolish|c(urrent|reate))_(object|protocol|category)(?=\()',
