mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
More keywords
This commit is contained in:
parent
67df435e83
commit
ed12d6cb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
`(,(rx "$" (+ alphanumeric)) . font-lock-variable-name-face))
|
||||
|
||||
(add-to-list 'llvm-font-lock-keywords
|
||||
`(,(rx (or "renamable" "implicit-def" "implicit")) . 'shadow))
|
||||
`(,(rx (or "renamable" "implicit-def" "implicit" "debug-location")) . 'shadow))
|
||||
|
||||
(add-to-list 'llvm-font-lock-keywords
|
||||
`(,(rx "!" (+ digit)) . 'font-lock-variable-name-face))
|
||||
|
|
|
|||
Loading…
Reference in a new issue