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:
parent
0d195584f2
commit
ecb216fd93
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue