mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(c-font-lock-extra-types): Add "Lisp_Object".
This commit is contained in:
parent
e084471751
commit
31b482ee84
@ -2149,7 +2149,7 @@ Members should `:load' the package `font-lock' to use this widget."
|
||||
:args '((const :tag "none" nil)
|
||||
(repeat :tag "types" regexp)))
|
||||
|
||||
(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t")
|
||||
(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t" "Lisp_Object")
|
||||
"*List of extra types to fontify in C mode.
|
||||
Each list item should be a regexp not containing word-delimiters.
|
||||
For example, a value of (\"FILE\" \"\\\\sw+_t\") means the word FILE and words
|
||||
|
Loading…
Reference in New Issue
Block a user