diff options
| author | Hugo <hugo@whynothugo.nl> | 2023-10-20 21:58:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-20 15:58:08 -0400 |
| commit | 486bb0e557779d703b5dcfbedaee3ef0d626b663 (patch) | |
| tree | 4378d28df1a58054450adfbafec64d0de3c64fb6 /lua | |
| parent | Update parsers: liquidsoap, php (diff) | |
| download | nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar.gz nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar.bz2 nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar.lz nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar.xz nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.tar.zst nvim-treesitter-486bb0e557779d703b5dcfbedaee3ef0d626b663.zip | |
feat: register APKBUILD files as bash
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6a00b26a2..d1d97b983 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -30,6 +30,7 @@ for ft, lang in pairs { ecma = "javascript", jsx = "javascript", sh = "bash", + apkbuild = "bash", PKGBUILD = "bash", html_tags = "html", ["typescript.tsx"] = "tsx", |
