; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
This commit is contained in:
parent
865758130a
commit
10f2aedea9
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue