[PATCH] [emacs] Get llvm-mode to font-lock "personality"

Eric Christopher echristo at gmail.com
Sun Feb 8 15:25:28 PST 2015


FWIW I'm happy with doing post-commit review on the emacs files for you.

Also, thanks for the improvements!

-eric

On Sun Feb 08 2015 at 2:40:25 PM Ramkumar Ramachandra <artagnon at gmail.com>
wrote:

> Hi rafael,
>
> http://reviews.llvm.org/D7494
>
> Files:
>   utils/emacs/llvm-mode.el
>
> Index: utils/emacs/llvm-mode.el
> ===================================================================
> --- utils/emacs/llvm-mode.el
> +++ 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/
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150208/70be980c/attachment.html>


More information about the llvm-commits mailing list