[llvm-commits] CVS: llvm/utils/emacs/llvm-mode.el
Chris Lattner
lattner at cs.uiuc.edu
Wed Apr 16 15:27:03 PDT 2003
Changes in directory llvm/utils/emacs:
llvm-mode.el updated: 1.1 -> 1.2
---
Log message:
Add missing keyword, add new linkage keywords
---
Diffs of the changes:
Index: llvm/utils/emacs/llvm-mode.el
diff -u llvm/utils/emacs/llvm-mode.el:1.1 llvm/utils/emacs/llvm-mode.el:1.2
--- llvm/utils/emacs/llvm-mode.el:1.1 Tue Oct 8 19:30:20 2002
+++ llvm/utils/emacs/llvm-mode.el Wed Apr 16 15:26:11 2003
@@ -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\\|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" . 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