Show
Ignore:
Timestamp:
04/30/08 09:00:28 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of the built-in predicate unify_with_occurs_check/2, to the Emacs text editor.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/emacs/logtalk.el

    r4211 r4237  
    55;; Author: Paulo Moura <pmoura@logtalk.org> 
    66;; Creation date: November 15, 2003 
    7 ;; Last modification date: April 19, 2008 
    8 ;; Version: 1.3 
     7;; Last modification date: April 30, 2008 
     8;; Version: 1.4 
    99 
    1010;; Installation: 
     
    2828;; setup  
    2929 
    30 (defvar logtalk-mode-version "1.3" 
     30(defvar logtalk-mode-version "1.4" 
    3131    "Logtalk mode version number") 
    3232 
     
    168168        ;; 
    169169        ("\\\\?=" 0 'logtalk-built-in-predicate-face) 
     170        ("\\<\\(unify_with_occurs_check\\)\\([(]\\)" 1 'logtalk-built-in-predicate-face) 
    170171        ;; 
    171172        ;; dcgs: