treesitter: wording

This commit is contained in:
Ching Pei Yang 2026-04-24 21:55:02 +02:00
commit 16e8657179

View file

@ -119,7 +119,7 @@ in {
"sh" = ["ash" "dash"]; "sh" = ["ash" "dash"];
}; };
description = '' description = ''
Register alternative parser names for a filetype. For each parser, registers a list of alternative filetypes.
For more information see `:h vim.treesitter.language.register()`. For more information see `:h vim.treesitter.language.register()`.
See treesitter builtin mappings here: <https://github.com/nvim-treesitter/nvim-treesitter/blob/main/plugin/filetypes.lua> See treesitter builtin mappings here: <https://github.com/nvim-treesitter/nvim-treesitter/blob/main/plugin/filetypes.lua>
''; '';