Changeset 4243
- Timestamp:
- 04/30/08 14:16:02 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/highlight/lgt.lang (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4241 r4243 27 27 28 28 Added missing support for the syntax coloring of the external call 29 Logtalk control construct, {}/1, to the TextMate text editor. 29 Logtalk control construct, {}/1, to the TextMate text editor and to 30 the Highlight package. 30 31 31 32 Added missing support for the syntax coloring of the built-in predicate -
trunk/wenv/highlight/lgt.lang
r4180 r4243 16 16 17 17 # variables 18 $KEYWORDS(kwb)=regex( [A-Z_]\w*)18 $KEYWORDS(kwb)=regex((?<!0')[A-Z_]\w*) 19 19 20 20 # encapsulation directives … … 100 100 # Logtalk message sending operators 101 101 $KEYWORDS(kwd)=regex((::|\^\^|<<|:)) 102 # Logtalk external-call control construct 103 $KEYWORDS(kwd)=regex(([{}])) 102 104 # Prolog operators 103 105 $KEYWORDS(kwd)=regex((\\\+|->|=\.\.|;|!|:-|\^))
