; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate

This commit is contained in:
Mattias Engdegård 2023-02-13 14:53:48 +01:00
parent 865758130a
commit 10f2aedea9

View file

@ -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")