aboutsummaryrefslogtreecommitdiffstats
path: root/utils/emacs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-04-22 19:31:55 +0000
committerChris Lattner <sabre@nondot.org>2003-04-22 19:31:55 +0000
commit8ad51f596587db8bf8227cd947d99e13a41a5e3b (patch)
tree4d345f1a0e0c69dad26f6311e33e3f1f699b3432 /utils/emacs
parent43a9994c0164848d44527060da72985c75183a48 (diff)
downloadexternal_llvm-8ad51f596587db8bf8227cd947d99e13a41a5e3b.zip
external_llvm-8ad51f596587db8bf8227cd947d99e13a41a5e3b.tar.gz
external_llvm-8ad51f596587db8bf8227cd947d99e13a41a5e3b.tar.bz2
Update to add new keywords
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/emacs')
-rw-r--r--utils/emacs/llvm-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/emacs/llvm-mode.el b/utils/emacs/llvm-mode.el
index 1cc638d..f72fbcb 100644
--- a/utils/emacs/llvm-mode.el
+++ b/utils/emacs/llvm-mode.el
@@ -2,7 +2,7 @@
;; Description:
;; Major mode for the LLVM assembler language.
;; Updated:
-;; Oct 8, 2002
+;; Apr 22, 2003
;; Code:
;; Create mode-specific tables.
@@ -28,7 +28,7 @@
;; Hex constants
'("0x[0-9A-Fa-f]+" . font-lock-preprocessor-face)
;; Keywords
- '("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not" . font-lock-keyword-face)
+ '("begin\\|end\\|true\\|false\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize" . 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