Add php-laravel-mode
This commit is contained in:
parent
2de49ff8da
commit
9c04c66934
1 changed files with 10 additions and 0 deletions
|
@ -33,5 +33,15 @@
|
|||
|
||||
(use-package hack-mode :mode "\\.hh$")
|
||||
|
||||
(define-minor-mode php-laravel-mode
|
||||
""
|
||||
:init-value nil
|
||||
:lighter " Laravel"
|
||||
:keymap (make-sparse-keymap)
|
||||
(add-yas-minor-mode! 'php-laravel-mode))
|
||||
(associate! php-laravel-mode
|
||||
:in (php-mode json-mode yaml-mode web-mode nxml-mode js2-mode scss-mode)
|
||||
:files ("artisan" "server.php"))
|
||||
|
||||
(provide 'module-php)
|
||||
;;; module-php.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue