mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
fix(parsers): alias sh to bash
This commit is contained in:
parent
25b656a4b7
commit
379305aa7f
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ for ft, lang in pairs {
|
|||
javascriptreact = "javascript",
|
||||
ecma = "javascript",
|
||||
jsx = "javascript",
|
||||
sh = "bash",
|
||||
PKGBUILD = "bash",
|
||||
html_tags = "html",
|
||||
["typescript.tsx"] = "tsx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue