Emacs: Add .eclass to list of sh-mode files

master
Pierre Neidhardt 2017-10-29 12:44:36 +01:00
parent 18505c80f3
commit 30bd3a873c
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@
(add-to-list 'auto-mode-alist '("PKGBUILD" . sh-mode))
;;; Gentoo
(add-to-list 'auto-mode-alist '("\\.ebuild\\'" . sh-mode))
(add-to-list 'auto-mode-alist '("\\.eclass\\'" . sh-mode))
(add-to-list 'auto-mode-alist '("package\\.accept_keywords" . sh-mode))
(add-to-list 'auto-mode-alist '("package\\.mask" . sh-mode))
(add-to-list 'auto-mode-alist '("package\\.use" . sh-mode))