toml: init language plugin

This commit is contained in:
dish 2026-01-14 13:24:13 -05:00
commit c07136c7ba
4 changed files with 157 additions and 0 deletions

View file

@ -134,6 +134,10 @@
- Added [Pyrefly](https://pyrefly.org/) support to `languages.python`
- Added TOML support via {option}`languages.toml` and the
[Tombi](https://tombi-toml.github.io/tombi/) language server, linter, and
formatter.
[Machshev](https://github.com/machshev):
- Added `ruff` and `ty` LSP support for Python under `programs.python`.