diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index af7aa1c3a0e..04f68881945 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -772,8 +772,7 @@ the semicolon. This function skips the semicolon." `((block . ,(rx (or "compound_statement" "field_declaration_list" "enumerator_list" - "initializer_list" - "field_declaration_list"))) + "initializer_list"))) (if . "if_statement") (else . ("if_statement" . "alternative")) (do . "do_statement")