# HG changeset patch # User Oleksandr Gavenko # Date 1363358181 -7200 # Node ID 53633ac1c134ca21f5553120472ba5ad0c70c979 # Parent ce279dbcf88075eb224276bd63794f628f65704f Fix pattern for '.jspf' files. diff -r ce279dbcf880 -r 53633ac1c134 .emacs-my --- a/.emacs-my Thu Mar 14 23:05:34 2013 +0200 +++ b/.emacs-my Fri Mar 15 16:36:21 2013 +0200 @@ -2506,7 +2506,7 @@ (when (featurep 'web-mode) (add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode)) - (add-to-list 'auto-mode-alist '("\\.jsp\\'" . web-mode)) + (add-to-list 'auto-mode-alist '("\\.jspf?\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))