diff options
author | Chris Lattner <sabre@nondot.org> | 2003-04-22 19:31:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-04-22 19:31:55 +0000 |
commit | 3c5c9e176b24523064a725291f87b8aa1be15058 (patch) | |
tree | 6f0b4ea435f796df00c85928f649dbe03c5e154c /llvm/utils/emacs | |
parent | c6ce4dafbe6074251728608bff0404a26e338526 (diff) | |
download | bcm5719-llvm-3c5c9e176b24523064a725291f87b8aa1be15058.tar.gz bcm5719-llvm-3c5c9e176b24523064a725291f87b8aa1be15058.zip |
Update to add new keywords
llvm-svn: 5846
Diffstat (limited to 'llvm/utils/emacs')
-rw-r--r-- | llvm/utils/emacs/llvm-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/emacs/llvm-mode.el b/llvm/utils/emacs/llvm-mode.el index 1cc638d14b6..f72fbcb3f94 100644 --- a/llvm/utils/emacs/llvm-mode.el +++ b/llvm/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 |