Changeset 4583 for trunk/wenv

Show
Ignore:
Timestamp:
11/07/08 21:05:30 (2 months ago)
Author:
pmoura
Message:

Added syntax coloring support for the new conditional compilation directives to the supported text editors and syntax highlighters.

Files:
1 modified

Legend:

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

    r4582 r4583  
    152152            <context name = "directive" attribute = "Directive" lineEndContext = "#stay" > 
    153153                <!-- Conditional compilation directives --> 
    154                 <RegExpr String = "\b(el)?if(?=[(])" attribute = "Directive" context = "entityrelations" beginRegion = "Entity"/> 
     154                <RegExpr String = "\b(el)?if(?=[(])" attribute = "Directive" context = "#pop"/> 
    155155                <RegExpr String = "\be(lse|ndif)[.]" attribute = "Directive" context = "#pop" /> 
    156156                <!-- Entity directives -->