Add missing keyword, add new linkage keywords
authorChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2003 20:26:11 +0000 (20:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Apr 2003 20:26:11 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5785 91177308-0d34-0410-b5e6-96231b3b80d8

utils/emacs/llvm-mode.el

index 9cea4165e2c2adcebc845edd1e1260b962133e41..1cc638d14b6e6ab681d5dc9fe7a5de897c59d26c 100644 (file)
@@ -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