Skip to content

Commit 567c551

Browse files
committed
fix(treesitter_userconfig): add 'sh' to ensure_installed and update vim_filetypes
1 parent d5fcbd4 commit 567c551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

after/plugin/treesitter_userconfig.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ treesitter.setup({
1010
})
1111

1212
local ensure_installed = {
13+
'sh',
1314
'bash',
1415
'css',
1516
'diff',
@@ -38,7 +39,7 @@ local ensure_installed = {
3839
treesitter.install(ensure_installed)
3940
-- this is not always the same as treesitter parser names
4041
local vim_filetypes = {
41-
'bash',
42+
'sh',
4243
'css',
4344
'diff',
4445
'fish',

0 commit comments

Comments
 (0)