Merge branch 'main' into feature-language-tex

This commit is contained in:
isaacST08 2025-05-03 15:51:37 -06:00
commit 8384e388c2
109 changed files with 2542 additions and 1349 deletions

View file

@ -20,6 +20,7 @@ formatting to diagnostics. The following languages have sections under the
- Lua: [vim.languages.lua.enable](#opt-vim.languages.lua.enable)
- PHP: [vim.languages.php.enable](#opt-vim.languages.php.enable)
- Tex: [vim.languages.tex.enable](#opt-vim.languages.tex.enable)
- F#: [vim.languages.fsharp.enable](#opt-vim.languages.fsharp.enable)
Adding support for more languages, and improving support for existing ones are
great places where you can contribute with a PR.