languages/bash: add filetype mappings for ash, dash and zsh

This commit is contained in:
Snoweuph 2026-04-23 22:52:51 +02:00 committed by Ching Pei Yang
commit 2592c16878
3 changed files with 9 additions and 5 deletions

View file

@ -287,6 +287,8 @@
<https://github.com/nvim-treesitter/nvim-treesitter/blob/main/plugin/filetypes.lua>.
This is mostly use full for Markdown code block injections.
- Added some Tree-sitter filetype mappings for `ash`, `dash` and `zsh`.
- Added `vim.lsp.presets.<name>` to contain LSP configurations. This allows for
more flexibility in nvf and reuse of LSPs across languages. Dropped
`deprecatedSingleOrListOf` in favor of `listOf` for the affected LSP options.