[PATCH] D158321: [emacs] Handle vector types, arbitary integer types and function names
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 10:54:29 PDT 2023
goldstein.w.n added inline comments.
================
Comment at: llvm/utils/emacs/llvm-mode.el:46
+ ;; Function names
+ '("@[-a-zA-Z$._][-a-zA-Z$._0-9]*" . font-lock-function-name-face)
+ ;; Vector types
----------------
goldstein.w.n wrote:
> This should be a seperate patch.
Actually scratch this comment. Fine to keep here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158321/new/
https://reviews.llvm.org/D158321
More information about the llvm-commits
mailing list