php: match more extensions
This commit is contained in:
parent
6151c7dd48
commit
5ea531ec62
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
;;; module-php.el
|
||||
|
||||
(use-package php-mode
|
||||
:mode "\\.\\(php\\|inc\\)$"
|
||||
:mode ("\\.php[s345]?$" "\\.inc$" )
|
||||
:interpreter "php"
|
||||
:init
|
||||
(define-docset! php-mode "php,laravel")
|
||||
(define-company-backend! php-mode '(php-extras-company))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue