[PATCH] [emacs] Get llvm-mode to font-lock "personality"
Ramkumar Ramachandra
artagnon at gmail.com
Sun Feb 8 16:32:13 PST 2015
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7494
Files:
llvm/trunk/utils/emacs/llvm-mode.el
Index: llvm/trunk/utils/emacs/llvm-mode.el
===================================================================
--- llvm/trunk/utils/emacs/llvm-mode.el
+++ llvm/trunk/utils/emacs/llvm-mode.el
@@ -35,7 +35,7 @@
"define" "global" "constant" "const" "internal" "linkonce" "linkonce_odr"
"weak" "weak_odr" "appending" "uninitialized" "implementation" "..."
"null" "undef" "to" "except" "not" "target" "endian" "little" "big"
- "pointersize" "volatile" "fastcc" "coldcc" "cc") 'symbols) . font-lock-keyword-face)
+ "pointersize" "volatile" "fastcc" "coldcc" "cc" "personality") 'symbols) . font-lock-keyword-face)
;; Arithmetic and Logical Operators
`(,(regexp-opt '("add" "sub" "mul" "sdiv" "udiv" "urem" "srem" "and" "or" "xor"
"setne" "seteq" "setlt" "setgt" "setle" "setge") 'symbols) . font-lock-keyword-face)
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7494.19562.patch
Type: text/x-patch
Size: 939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150209/36075a84/attachment.bin>
More information about the llvm-commits
mailing list