Changeset 4582 for trunk/wenv/highlight/lgt.lang
- Timestamp:
- 11/07/08 19:56:33 (2 months ago)
- Files:
-
- 1 modified
-
trunk/wenv/highlight/lgt.lang (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/highlight/lgt.lang
r4253 r4582 5 5 # Author: Paulo Moura 6 6 # Mail: pmoura@logtalk.org 7 # Date: 0 5.05.088 # Version: 1. 017 # Date: 08.11.08 8 # Version: 1.1 9 9 # ------------------------------------------ 10 10 # This file is a part of highlight, a free source code converter released under the GPL. … … 17 17 # variables 18 18 $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) 19 23 20 24 # encapsulation directives
