summaryrefslogtreecommitdiff
path: root/utils/emacs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-04-28 19:36:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-04-28 19:36:08 +0000
commit6cdff92daf935fd59582e3c217bde7222bc6536b (patch)
treea0c37692678478d2d7c377d1a6536fbbd5bb5609 /utils/emacs
parente5242def97c52077b4e0a77a501f324867f7bce5 (diff)
downloadllvm-6cdff92daf935fd59582e3c217bde7222bc6536b.tar.gz
llvm-6cdff92daf935fd59582e3c217bde7222bc6536b.tar.bz2
llvm-6cdff92daf935fd59582e3c217bde7222bc6536b.tar.xz
Added `zeroinitializer' keyword.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/emacs')
-rw-r--r--utils/emacs/llvm-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/emacs/llvm-mode.el b/utils/emacs/llvm-mode.el
index 37f5d88ff1..9ae0ea4592 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -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