Show
Ignore:
Timestamp:
12/10/07 08:35:13 (13 months ago)
Author:
pmoura
Message:

Added syntax coloring and completion support for the "complements" category relation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/kate/logtalk.xml

    r3951 r3952  
    167167 
    168168            <context name = "entityrelations" attribute = "Normal" lineEndContext = "#stay" > 
    169                 <RegExpr String = "\b(extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])" attribute = "Directive" context = "#stay" /> 
     169                <RegExpr String = "\b(complements|extends|i(nstantiates|mp(lements|orts))|specializes)(?=[(])" attribute = "Directive" context = "#stay" /> 
    170170                <Detect2Chars attribute = "Normal" context = "normal" char = ")" char1 = "." /> 
    171171            </context>