Changeset 4235
- Timestamp:
- 04/30/08 05:11:19 (2 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
r4234 r4235 19 19 Corrected a bug in the SubEthaEdit syntax coloring support for the 20 20 imports_category/2-3 built-in predicate. 21 22 Added missing support for the syntax coloring of the external call 23 Logtalk control construct, {}/1, to the TextMate text editor. 21 24 22 25 -
trunk/wenv/textmate/Logtalk.tmbundle/Syntaxes/Logtalk.plist
r4214 r4235 140 140 <dict> 141 141 <key>match</key> 142 <string>([{}])</string> 143 <key>name</key> 144 <string>keyword.operator.external-call.logtalk</string> 145 </dict> 146 <dict> 147 <key>match</key> 142 148 <string>(\?|@)</string> 143 149 <key>name</key>
