emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/antlr-mode.el
Date: Mon, 31 Dec 2001 15:34:50 -0500

Index: emacs/lisp/progmodes/antlr-mode.el
diff -c emacs/lisp/progmodes/antlr-mode.el:1.10 
emacs/lisp/progmodes/antlr-mode.el:1.11
*** emacs/lisp/progmodes/antlr-mode.el:1.10     Fri Dec 21 18:55:39 2001
--- emacs/lisp/progmodes/antlr-mode.el  Mon Dec 31 15:34:50 2001
***************
*** 797,821 ****
  
  (defvar antlr-font-lock-keyword-face 'antlr-font-lock-keyword-face)
  (defface antlr-font-lock-keyword-face
!   '((((class color) (background light)) (:foreground "black" :bold t)))
    "ANTLR keywords."
    :group 'antlr)
  
  (defvar antlr-font-lock-syntax-face 'antlr-font-lock-keyword-face)
  (defface antlr-font-lock-syntax-face
!   '((((class color) (background light)) (:foreground "black" :bold t)))
    "ANTLR syntax symbols like :, |, (, ), ...."
    :group 'antlr)
  
  (defvar antlr-font-lock-ruledef-face 'antlr-font-lock-ruledef-face)
  (defface antlr-font-lock-ruledef-face
!   '((((class color) (background light)) (:foreground "blue" :bold t)))
    "ANTLR rule references (definition)."
    :group 'antlr)
  
  (defvar antlr-font-lock-tokendef-face 'antlr-font-lock-tokendef-face)
  (defface antlr-font-lock-tokendef-face
!   '((((class color) (background light)) (:foreground "blue" :bold t)))
    "ANTLR token references (definition)."
    :group 'antlr)
  
--- 797,821 ----
  
  (defvar antlr-font-lock-keyword-face 'antlr-font-lock-keyword-face)
  (defface antlr-font-lock-keyword-face
!   '((((class color) (background light)) (:foreground "black" :weight bold)))
    "ANTLR keywords."
    :group 'antlr)
  
  (defvar antlr-font-lock-syntax-face 'antlr-font-lock-keyword-face)
  (defface antlr-font-lock-syntax-face
!   '((((class color) (background light)) (:foreground "black" :weight bold)))
    "ANTLR syntax symbols like :, |, (, ), ...."
    :group 'antlr)
  
  (defvar antlr-font-lock-ruledef-face 'antlr-font-lock-ruledef-face)
  (defface antlr-font-lock-ruledef-face
!   '((((class color) (background light)) (:foreground "blue" :weight bold)))
    "ANTLR rule references (definition)."
    :group 'antlr)
  
  (defvar antlr-font-lock-tokendef-face 'antlr-font-lock-tokendef-face)
  (defface antlr-font-lock-tokendef-face
!   '((((class color) (background light)) (:foreground "blue" :weight bold)))
    "ANTLR token references (definition)."
    :group 'antlr)
  
***************
*** 833,839 ****
  
  (defvar antlr-font-lock-literal-face 'antlr-font-lock-literal-face)
  (defface antlr-font-lock-literal-face
!   '((((class color) (background light)) (:foreground "brown4" :bold t)))
    "ANTLR special literal tokens.
  It is used to highlight strings matched by the first regexp group of
  `antlr-font-lock-literal-regexp'."
--- 833,839 ----
  
  (defvar antlr-font-lock-literal-face 'antlr-font-lock-literal-face)
  (defface antlr-font-lock-literal-face
!   '((((class color) (background light)) (:foreground "brown4" :weight bold)))
    "ANTLR special literal tokens.
  It is used to highlight strings matched by the first regexp group of
  `antlr-font-lock-literal-regexp'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]