mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
INFINITE KNOWLEDGE, prepend discovered
This commit is contained in:
parent
909e194396
commit
7ff5c97122
1 changed files with 4 additions and 1 deletions
|
|
@ -44,8 +44,11 @@
|
|||
(add-to-list 'llvm-font-lock-keywords
|
||||
`(,(regexp-opt '("nnan" "ninf" "nsz" "arcp" "contract" "afn" "reassoc" "fast") 'symbols) . 'shadow)))
|
||||
|
||||
(defvar llvm-ir-dump-regexp
|
||||
(rx line-start (optional (any "#;") " ") "*** IR Dump" (+ nonl) "***" (optional ":") "\n"))
|
||||
|
||||
(add-to-list 'llvm-font-lock-keywords
|
||||
`(,(rx line-start (optional (any "#;") " ") "***" (+ nonl) "***" (optional ":") "\n") . 'llvm-separator-face))
|
||||
`(,llvm-ir-dump-regexp 0 'llvm-separator-face prepend))
|
||||
|
||||
(-->
|
||||
"\\b[-]?[0-9]+\\b"
|
||||
|
|
|
|||
Loading…
Reference in a new issue