toml.md

 1---
 2title: TOML
 3description: "Configure TOML language support in Zed, including language servers, formatting, and debugging."
 4---
 5
 6# TOML
 7
 8TOML support is available through the [TOML extension](https://zed.dev/extensions/toml).
 9
10- Tree-sitter: [tree-sitter/tree-sitter-toml](https://github.com/tree-sitter/tree-sitter-toml)
11
12A TOML language server is available in the [Tombi extension](https://zed.dev/extensions/tombi).