php: add hack-mode
This commit is contained in:
parent
1ac5e07214
commit
e4103362a5
2 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue