feat(php): add rainbow-delimiter-mode

This commit is contained in:
Ellis Kenyo 2021-09-14 18:22:54 +01:00
parent 8f5ce2a9de
commit bfa55ba34c
No known key found for this signature in database
GPG key ID: EB5EE4AA4750E0E9

View file

@ -15,6 +15,7 @@
(use-package! php-mode
:mode "\\.inc\\'"
:hook (php-mode . rainbow-delimiters-mode)
:config
;; Disable HTML compatibility in php-mode. `web-mode' has superior support for
;; php+html. Use the .phtml extension instead.