This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; Disable whitespace-mode when using web-mode | |
| (add-hook 'web-mode-hook (lambda () (whitespace-mode -1))) | |
| (add-to-list 'auto-mode-alist '("\\.inc$" . php-mode)) ;; - For Drupal | |
| (add-to-list 'auto-mode-alist '("\\.\\(module\\|test\\|install\\|theme\\)$" . php-mode)) ;; - For Drupal | |
| (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 '("\\.blade\\.php\\'" . web-mode)) | |
| (add-to-list 'auto-mode-alist '("\\.jsp\\'" . web-mode)) | |
| (add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode)) | |
| (add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| license: gpl-3.0 |
NewerOlder