summaryrefslogtreecommitdiff
path: root/utils/emacs/llvm-mode.el
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 20:40:52 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 20:40:52 +0000
commitaf26d3ea0324f16f0912498e2ae0404fdbe6d489 (patch)
tree4c0a045c48057213d2d5a0a50b16b68c582fbe31 /utils/emacs/llvm-mode.el
parentd0c4a7649c91911924b4f43966eea82b7117dd59 (diff)
downloadllvm-af26d3ea0324f16f0912498e2ae0404fdbe6d489.tar.gz
llvm-af26d3ea0324f16f0912498e2ae0404fdbe6d489.tar.bz2
llvm-af26d3ea0324f16f0912498e2ae0404fdbe6d489.tar.xz
add support for fastcc and friends
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/emacs/llvm-mode.el')
-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 58e952f505..61aec9894a 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\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|undef\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|deplibs\\|volatile" . font-lock-keyword-face)
+ '("begin\\|end\\|true\\|false\\|zeroinitializer\\|declare\\|global\\|constant\\|const\\|internal\\|linkonce\\|weak\\|appending\\|uninitialized\\|implementation\\|\\.\\.\\.\\|null\\|undef\\|to\\|except\\|not\\|target\\|endian\\|little\\|big\\|pointersize\\|deplibs\\|volatile\\|fastcc\\|coldcc\\|cc" . 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