mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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",
|
javascriptreact = "javascript",
|
||||||
ecma = "javascript",
|
ecma = "javascript",
|
||||||
jsx = "javascript",
|
jsx = "javascript",
|
||||||
|
sh = "bash",
|
||||||
PKGBUILD = "bash",
|
PKGBUILD = "bash",
|
||||||
html_tags = "html",
|
html_tags = "html",
|
||||||
["typescript.tsx"] = "tsx",
|
["typescript.tsx"] = "tsx",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue