[llvm-commits] CVS: llvm/utils/emacs/llvm-mode.el
Misha Brukman
brukman at cs.uiuc.edu
Wed Apr 28 14:36:26 PDT 2004
Changes in directory llvm/utils/emacs:
llvm-mode.el updated: 1.12 -> 1.13
---
Log message:
Added `zeroinitializer' keyword.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/emacs/llvm-mode.el
diff -u llvm/utils/emacs/llvm-mode.el:1.12 llvm/utils/emacs/llvm-mode.el:1.13
--- llvm/utils/emacs/llvm-mode.el:1.12 Thu Mar 11 23:54:48 2004
+++ llvm/utils/emacs/llvm-mode.el Wed Apr 28 14:36:08 2004
@@ -25,7 +25,7 @@
;; Hex constants
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
;; Keywords
- '("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
+ '("begin\\|end\\|true\\|false\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|volatile" . font-lock-keyword-face)
;; Types
'("void\\|bool\\|sbyte\\|ubyte\\|u?short\\|u?int\\|u?long\\|float\\|double\\|type\\|label\\|opaque" . font-lock-type-face)
;; Arithmetic and Logical Operators
More information about the llvm-commits
mailing list