mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
php: match more extensions
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
;;; module-php.el
|
;;; module-php.el
|
||||||
|
|
||||||
(use-package php-mode
|
(use-package php-mode
|
||||||
:mode "\\.\\(php\\|inc\\)$"
|
:mode ("\\.php[s345]?$" "\\.inc$" )
|
||||||
|
:interpreter "php"
|
||||||
:init
|
:init
|
||||||
(define-docset! php-mode "php,laravel")
|
(define-docset! php-mode "php,laravel")
|
||||||
(define-company-backend! php-mode '(php-extras-company))
|
(define-company-backend! php-mode '(php-extras-company))
|
||||||
|
Reference in New Issue
Block a user