[llvm-commits] CVS: llvm/utils/emacs/llvm-mode.el
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 13:41:07 PDT 2005
Changes in directory llvm/utils/emacs:
llvm-mode.el updated: 1.16 -> 1.17
---
Log message:
add support for fastcc and friends
---
Diffs of the changes: (+1 -1)
llvm-mode.el | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/emacs/llvm-mode.el
diff -u llvm/utils/emacs/llvm-mode.el:1.16 llvm/utils/emacs/llvm-mode.el:1.17
--- llvm/utils/emacs/llvm-mode.el:1.16 Fri May 6 01:07:32 2005
+++ llvm/utils/emacs/llvm-mode.el Fri May 13 15:40:51 2005
@@ -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
More information about the llvm-commits
mailing list