1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00

Don't highlight syntax error in c-ts-mode

* lisp/progmodes/c-ts-mode.el (c-ts-mode--base-mode): Remove error
feature.
This commit is contained in:
Yuan Fu 2022-11-14 10:34:27 -08:00
parent 0d195584f2
commit ecb216fd93
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -420,7 +420,7 @@ the subtrees."
(setq-local treesit-font-lock-feature-list
'((comment preprocessor operator constant string literal keyword)
(type definition expression statement)
(error))))
())))
;;;###autoload
(define-derived-mode c-ts-mode c-ts-mode--base-mode "C"