mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): handle additional file patterns with sh-mode
This commit is contained in:
@@ -9,11 +9,15 @@
|
||||
(use-package sh-script
|
||||
:straight (:type built-in)
|
||||
:mode
|
||||
("/\\.env\\'" . sh-mode)
|
||||
("/\\.env\\." . sh-mode)
|
||||
("/\\.envrc\\'" . sh-mode)
|
||||
("/\\.envrc\\." . sh-mode)
|
||||
("/zshenv\\'" . sh-mode)
|
||||
("/zshrc\\'" . sh-mode)
|
||||
("\\.tmux\\'" . sh-mode)
|
||||
("\\.tmuxsh\\'" . sh-mode)
|
||||
("\\.tmuxtheme\\'" . sh-mode)
|
||||
("/zshenv\\'" . sh-mode)
|
||||
("/zshrc\\'" . sh-mode)
|
||||
|
||||
:bind
|
||||
(:map sh-mode-map
|
||||
|
||||
Reference in New Issue
Block a user