chore(languages): move .zsh association to siren-sh module

This commit is contained in:
2022-04-27 02:27:45 +01:00
parent d7b13eafdf
commit 1a2682da2a
2 changed files with 1 additions and 3 deletions

View File

@@ -125,9 +125,6 @@ indent yanked text (with prefix arg don't indent)."
(add-hook 'after-save-hook
'executable-make-buffer-file-executable-if-script-p)
;; .zsh file is shell script too
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . shell-script-mode))
;; saner regex syntax
(require 're-builder)
(setq reb-re-syntax 'string)

View File

@@ -15,6 +15,7 @@
("/\\.env\\." . sh-mode)
("/\\.envrc\\'" . sh-mode)
("/\\.envrc\\." . sh-mode)
("\\.zsh\\'" . sh-mode)
("/zshenv\\'" . sh-mode)
("/zshrc\\'" . sh-mode)
("\\.tmux\\'" . sh-mode)