php: add hack-mode

This commit is contained in:
Henrik Lissner 2016-04-19 02:45:28 -04:00
parent 1ac5e07214
commit e4103362a5
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,9 @@
;;; module-php.el
(use-package hack-mode
:mode "\\.hh$"
:config (define-company-backend! hack-mode (capf)))
(use-package php-mode
:mode ("\\.php[s345]?$" "\\.inc$" )
:interpreter "php"