; Rename c-ts-fontify-error to c-ts-mode--fontify-error

* lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings)
(c-ts-fontify-error): Rename.
This commit is contained in:
Yuan Fu 2022-12-06 00:26:51 -08:00
parent c6b454df33
commit 5257b9cda4
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -319,7 +319,7 @@ MODE is either `c' or `cpp'."
:language mode
:feature 'error
'((ERROR) @c-ts-fontify-error)
'((ERROR) @c-ts-mode--fontify-error)
:feature 'escape-sequence
:language mode
@ -421,7 +421,7 @@ This function corrects the fontification on the colon in
(treesit-node-start arg) (treesit-node-end arg)
'default override start end))))))
(defun c-ts-fontify-error (node override start end &rest _)
(defun c-ts-mode--fontify-error (node override start end &rest _)
"Fontify the error nodes.
For NODE, OVERRIDE, START, and END, see
`treesit-font-lock-rules'."