[tree-sitter] Make the shell grammar's file types match the TM grammar's

This commit is contained in:
Andrew Dupont 2023-12-19 00:44:50 -08:00
parent a8f5b17d31
commit a1e9fa0aa8

View File

@ -6,6 +6,26 @@ parser: 'tree-sitter-bash'
fileTypes: [
'sh'
'bash'
'ksh'
'zsh'
'zsh-theme'
'zshenv'
'zlogin'
'zlogout'
'zprofile'
'zshrc'
'bashrc'
'bash_aliases'
'bash_profile'
'bash_login'
'profile'
'bash_logout'
'npmrc'
'PKGBUILD'
'install'
'cygport'
'bats'
'ebuild'
]
injectionRegex: '^(bash|sh|BASH|SH)$'