From abf40a41aaa71354eee50bedc04fe2123dd3836f Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Mon, 21 Nov 2022 13:17:16 -0800 Subject: [PATCH] ; Fix typo in c-ts-mode--font-lock-settings * lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings): Fix typo. --- lisp/progmodes/c-ts-mode.el | 6 +++--- 1 file 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 -- 2.39.5