diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-09-24 15:31:59 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-09-24 15:31:59 +0200 |
| commit | e079cd6c66edf989427d6dc754c5ecc864907a34 (patch) | |
| tree | 243a324681117ce79a9107becf94c9e420065448 | |
| parent | 57af3ef67592a28028ff7848caca66fe67caa7de (diff) | |
Recognize Laravel's `artisan` as a PHP file
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ ;; PHP (add-to-list 'auto-mode-alist '("\\.php\\'" . php-ts-mode)) +(add-to-list 'auto-mode-alist '("^artisan$" . php-ts-mode)) (add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode)) ;; Nix |
