mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feat(php): add rainbow-delimiter-mode
This commit is contained in:
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
(use-package! php-mode
|
(use-package! php-mode
|
||||||
:mode "\\.inc\\'"
|
:mode "\\.inc\\'"
|
||||||
|
:hook (php-mode . rainbow-delimiters-mode)
|
||||||
:config
|
:config
|
||||||
;; Disable HTML compatibility in php-mode. `web-mode' has superior support for
|
;; Disable HTML compatibility in php-mode. `web-mode' has superior support for
|
||||||
;; php+html. Use the .phtml extension instead.
|
;; php+html. Use the .phtml extension instead.
|
||||||
|
Reference in New Issue
Block a user