Changeset 4239
- Timestamp:
- 04/30/08 09:44:43 (2 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/gtksourceview2/logtalk.lang (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4238 r4239 30 30 31 31 Added missing support for the syntax coloring of the built-in predicate 32 unify_with_occurs_check/2, to the Emacs text editor. 32 unify_with_occurs_check/2 to the Emacs text editor. 33 34 Added missing support for the syntax coloring of the built-in control 35 construct call/1 to the GtkSourceView 2.x text widget. 33 36 34 37 -
trunk/wenv/gtksourceview2/logtalk.lang
r3952 r4239 214 214 <keyword>((current_)?char_conversion)(?=[(])</keyword> 215 215 <!-- Logic and control --> 216 <keyword>( once)(?=[(])</keyword>216 <keyword>(call|once)(?=[(])</keyword> 217 217 <keyword>(true|fail|repeat)(?![-!(^~])</keyword> 218 218 <!-- Atomic term processing -->
