feat(bash): add bash, remove zsh

This commit is contained in:
Barrett Ruth 2026-02-18 11:39:53 -05:00
parent 60f4b6e808
commit b373fbaaab
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 127 additions and 108 deletions

View file

@ -37,6 +37,7 @@ return {
args = { '-i', '2' },
stdin = true,
})
ft('sh,bash'):lint('shellcheck')
ft('zsh'):lint('zsh')
ft('proto'):fmt('buf'):lint('buf')