Changeset 4250
- Timestamp:
- 05/05/08 01:53:38 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4247 r4250 34 34 35 35 Added missing support for the syntax coloring of the external call 36 Logtalk control construct, {}/1, to the TextMate text editor and to 37 the Highlight package. 36 Logtalk control construct, {}/1, to the Highlight package. 37 38 Added missing support for the syntax coloring of the external call 39 Logtalk control construct, {}/1, and for quoted atom escape sequences 40 to the TextMate text editor. 38 41 39 42 Added missing support for the syntax coloring of the built-in predicate -
trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist
r4235 r4250 375 375 <dict> 376 376 <key>match</key> 377 <string>\\ .</string>377 <string>\\([\\abfnrtv"']|(x[a-fA-F0-9]+|[0-7]+)\\)</string> 378 378 <key>name</key> 379 379 <string>constant.character.escape.logtalk</string>
