(c++-mode-syntax-table): Give RET the same syntax as newline.
This commit is contained in:
parent
910762b4b7
commit
a17c29e05e
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@
|
|||
(setq c++-mode-syntax-table (copy-syntax-table c-mode-syntax-table))
|
||||
(modify-syntax-entry ?* ". 23b" c++-mode-syntax-table)
|
||||
(modify-syntax-entry ?/ ". 124" c++-mode-syntax-table)
|
||||
(modify-syntax-entry ?\n ">" c++-mode-syntax-table))
|
||||
(modify-syntax-entry ?\n ">" c++-mode-syntax-table)
|
||||
(modify-syntax-entry ?\^m ">" c++-mode-syntax-table))
|
||||
|
||||
(defvar c++-continued-member-init-offset nil
|
||||
"*Extra indent for continuation lines of member inits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue