Changeset 4234
- Timestamp:
- 04/30/08 04:36:47 (2 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4233 r4234 16 16 arithmetic functions to the SubEthaEdit, TextMate, Notepad++, jEdit, 17 17 Vim, and Smultron text editors. 18 19 Corrected a bug in the SubEthaEdit syntax coloring support for the 20 imports_category/2-3 built-in predicate. 18 21 19 22 -
trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml
r4186 r4234 99 99 <regex>\b(complements_object)\(</regex> 100 100 <regex>\b(extends_(object|protocol|category))\(</regex> 101 <regex>\b(imp l(ements_protocol|orts_category))\(</regex>101 <regex>\b(imp(lements_protocol|orts_category))\(</regex> 102 102 <regex>\b((instantiat|specializ)es_class)\(</regex> 103 103 <regex>\b(define_events)\(</regex>
