php: match more extensions

This commit is contained in:
Henrik Lissner 2016-04-10 18:50:28 -04:00
parent 6151c7dd48
commit 5ea531ec62

View File

@ -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))