Changeset 4234

Show
Ignore:
Timestamp:
04/30/08 04:36:47 (2 months ago)
Author:
pmoura
Message:
Corrected a bug in the SubEthaEdit syntax coloring support for the imports_category/2-3 built-in predicate.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4233 r4234  
    1616    arithmetic functions to the SubEthaEdit, TextMate, Notepad++, jEdit,  
    1717    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. 
    1821 
    1922 
  • trunk/wenv/subethaedit2/Logtalk.mode/Contents/Resources/SyntaxDefinition.xml

    r4186 r4234  
    9999                <regex>\b(complements_object)\(</regex> 
    100100                <regex>\b(extends_(object|protocol|category))\(</regex> 
    101                 <regex>\b(impl(ements_protocol|orts_category))\(</regex> 
     101                <regex>\b(imp(lements_protocol|orts_category))\(</regex> 
    102102                <regex>\b((instantiat|specializ)es_class)\(</regex> 
    103103                <regex>\b(define_events)\(</regex>