From: Yuan Fu Date: Mon, 21 Nov 2022 21:17:16 +0000 (-0800) Subject: ; Fix typo in c-ts-mode--font-lock-settings X-Git-Tag: emacs-29.0.90~1615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abf40a41aaa71354eee50bedc04fe2123dd3836f;p=emacs.git ; Fix typo in c-ts-mode--font-lock-settings * lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix typo. --- 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