diff options
-rw-r--r-- | lisp/progmodes/c-ts-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 65419cca7d4..6eaf200182d 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -272,14 +272,14 @@ MODE is either `c' or `cpp'." declarator: (_) @font-lock-variable-name-face) (field_declaration - declarator: (_) @c-ts-mode--fontify-struct-declarator) + declarator: (_) @c-ts-mode--fontify-declarator) (function_definition - declarator: (_) @c-ts-mode--fontify-struct-declarator)) + declarator: (_) @c-ts-mode--fontify-declarator)) ;; Should we highlight identifiers in the parameter list? ;; (parameter_declaration - ;; declarator: (_) @c-ts-mode--fontify-struct-declarator)) + ;; declarator: (_) @c-ts-mode--fontify-declarator)) :language mode :feature 'assignment |