/[emacs]/emacs/lisp/progmodes/antlr-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/antlr-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by rms, Fri Dec 21 23:55:39 2001 UTC revision 1.11 by rms, Mon Dec 31 20:34:50 2001 UTC
# Line 797  Do not change." Line 797  Do not change."
797    
798  (defvar antlr-font-lock-keyword-face 'antlr-font-lock-keyword-face)  (defvar antlr-font-lock-keyword-face 'antlr-font-lock-keyword-face)
799  (defface antlr-font-lock-keyword-face  (defface antlr-font-lock-keyword-face
800    '((((class color) (background light)) (:foreground "black" :bold t)))    '((((class color) (background light)) (:foreground "black" :weight bold)))
801    "ANTLR keywords."    "ANTLR keywords."
802    :group 'antlr)    :group 'antlr)
803    
804  (defvar antlr-font-lock-syntax-face 'antlr-font-lock-keyword-face)  (defvar antlr-font-lock-syntax-face 'antlr-font-lock-keyword-face)
805  (defface antlr-font-lock-syntax-face  (defface antlr-font-lock-syntax-face
806    '((((class color) (background light)) (:foreground "black" :bold t)))    '((((class color) (background light)) (:foreground "black" :weight bold)))
807    "ANTLR syntax symbols like :, |, (, ), ...."    "ANTLR syntax symbols like :, |, (, ), ...."
808    :group 'antlr)    :group 'antlr)
809    
810  (defvar antlr-font-lock-ruledef-face 'antlr-font-lock-ruledef-face)  (defvar antlr-font-lock-ruledef-face 'antlr-font-lock-ruledef-face)
811  (defface antlr-font-lock-ruledef-face  (defface antlr-font-lock-ruledef-face
812    '((((class color) (background light)) (:foreground "blue" :bold t)))    '((((class color) (background light)) (:foreground "blue" :weight bold)))
813    "ANTLR rule references (definition)."    "ANTLR rule references (definition)."
814    :group 'antlr)    :group 'antlr)
815    
816  (defvar antlr-font-lock-tokendef-face 'antlr-font-lock-tokendef-face)  (defvar antlr-font-lock-tokendef-face 'antlr-font-lock-tokendef-face)
817  (defface antlr-font-lock-tokendef-face  (defface antlr-font-lock-tokendef-face
818    '((((class color) (background light)) (:foreground "blue" :bold t)))    '((((class color) (background light)) (:foreground "blue" :weight bold)))
819    "ANTLR token references (definition)."    "ANTLR token references (definition)."
820    :group 'antlr)    :group 'antlr)
821    
# Line 833  Do not change." Line 833  Do not change."
833    
834  (defvar antlr-font-lock-literal-face 'antlr-font-lock-literal-face)  (defvar antlr-font-lock-literal-face 'antlr-font-lock-literal-face)
835  (defface antlr-font-lock-literal-face  (defface antlr-font-lock-literal-face
836    '((((class color) (background light)) (:foreground "brown4" :bold t)))    '((((class color) (background light)) (:foreground "brown4" :weight bold)))
837    "ANTLR special literal tokens.    "ANTLR special literal tokens.
838  It is used to highlight strings matched by the first regexp group of  It is used to highlight strings matched by the first regexp group of
839  `antlr-font-lock-literal-regexp'."  `antlr-font-lock-literal-regexp'."

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26