# HG changeset patch # User Oleksandr Gavenko # Date 1363359796 -7200 # Node ID 939bec5b98f80cbca916d193e720b3871141f093 # Parent 53633ac1c134ca21f5553120472ba5ad0c70c979 Add JSP tag file to web-modes. diff -r 53633ac1c134 -r 939bec5b98f8 .emacs-my --- a/.emacs-my Fri Mar 15 16:36:21 2013 +0200 +++ b/.emacs-my Fri Mar 15 17:03:16 2013 +0200 @@ -2507,6 +2507,7 @@ (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 '("\\.jspf?\\'" . web-mode)) + (add-to-list 'auto-mode-alist '("/WEB-INF/tags/.*\\.tagf?\\'" . 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))