Changeset 4587 for trunk/wenv/highlight
- Timestamp:
- 11/11/08 01:45:52 (2 months ago)
- Files:
-
- 1 modified
-
trunk/wenv/highlight/lgt.lang (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/highlight/lgt.lang
r4582 r4587 5 5 # Author: Paulo Moura 6 6 # Mail: pmoura@logtalk.org 7 # Date: 08.11.088 # Version: 1. 17 # Date: 11.11.08 8 # Version: 1.2 9 9 # ------------------------------------------ 10 10 # This file is a part of highlight, a free source code converter released under the GPL. … … 109 109 $KEYWORDS(kwd)=regex((\\\+|->|=\.\.|;|!|:-|\^)) 110 110 # Prolog arithmetic operators 111 $KEYWORDS(kwd)=regex((is|mod|rem|//|[+\- */]|[*][*]))111 $KEYWORDS(kwd)=regex((is|mod|rem|//|[+\-]|/(?!\*)|(?<=\*)/|[*][*])) 112 112 # Prolog arithmetic comparison operators 113 113 $KEYWORDS(kwd)=regex((=<|<|=:=|=\\=|>=|>))
