Best TOML — A lightweight TOML syntax extension for VS Code
Best TOML provides clean, modern, and fast TOML syntax highlighting for Visual Studio Code.
It is ideal for:
pyproject.toml
uv, Poetry, Ruff toolchains
- any TOML-based configuration
The extension focuses on correctness, performance, and simplicity — no language server, no heavy dependencies, just solid TOML highlighting.
✨ Features
- Full TOML 1.x syntax highlighting
- Recognizes:
- Tables (
[table], [[array.of.tables]])
- Keys and values
- Strings (single and double quoted)
- Numbers, integers, floats, hex, octal, binary
- Booleans (
true, false)
- RFC 3339 datetime formats
- Automatic detection of
.toml files
- Auto-closing brackets and quotes
- Comment highlighting (
#)
| |