mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(auto-mode-alist): .hpp files get C++ mode.
This commit is contained in:
parent
73a46a9c20
commit
bfc6cac943
1 changed files with 1 additions and 0 deletions
|
|
@ -948,6 +948,7 @@ run `normal-mode' explicitly."
|
|||
("\\.pm\\'" . perl-mode)
|
||||
("\\.cc\\'" . c++-mode)
|
||||
("\\.hh\\'" . c++-mode)
|
||||
("\\.hpp\\'" . c++-mode)
|
||||
("\\.C\\'" . c++-mode)
|
||||
("\\.H\\'" . c++-mode)
|
||||
("\\.cpp\\'" . c++-mode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue