mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
feat: register APKBUILD files as bash
This commit is contained in:
parent
4a68f0778c
commit
486bb0e557
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ for ft, lang in pairs {
|
||||||
ecma = "javascript",
|
ecma = "javascript",
|
||||||
jsx = "javascript",
|
jsx = "javascript",
|
||||||
sh = "bash",
|
sh = "bash",
|
||||||
|
apkbuild = "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