Show
Ignore:
Timestamp:
11/07/08 19:56:33 (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/highlight/lgt.lang

    r4253 r4582  
    55#  Author: Paulo Moura 
    66#    Mail: pmoura@logtalk.org 
    7 #    Date: 05.05.08 
    8 # Version: 1.01 
     7#    Date: 08.11.08 
     8# Version: 1.1 
    99# ------------------------------------------ 
    1010# This file is a part of highlight, a free source code converter released under the GPL. 
     
    1717# variables 
    1818$KEYWORDS(kwb)=regex((?<!0')[A-Z_]\w*) 
     19 
     20# conditional compilation directives 
     21$KEYWORDS(kwa)=regex(^\s*:-\s((el)?if)(?=[(]), 1) 
     22$KEYWORDS(kwa)=regex(^\s*:-\s(e(lse|ndif))(?=\.), 1) 
    1923 
    2024# encapsulation directives