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/source-highlight/logtalk.lang

    r3951 r3952  
    6060            '^[[:blank:]]*:-[[:blank:]](end_(category|object|protocol)|dynamic|synchronized|threaded)\.' 
    6161 
    62 preproc =   '\<(extends|i(nstantiates|mp(lements|orts))|specializes)(?=\()' 
     62preproc =   '\<(complements|extends|i(nstantiates|mp(lements|orts))|specializes)(?=\()' 
    6363 
    6464normal =    '\<[a-z][A-Za-z0-9_]*'