Forge
markdown4405de34
1# TOML TextMate grammar (bundled)
2
3- **Grammar file:** `syntaxes/toml.tmLanguage.json` — MIT, originally from [taplo](https://github.com/tamasfe/taplo) (`editors/vscode/toml.tmLanguage.json`), same snapshot as referenced in [flox/flox-vscode](https://github.com/flox/flox-vscode) (see `_source` inside the JSON).
4- **Purpose:** `TextMateSharp.RegistryOptions` does not ship a TOML grammar; we load this VS Code-style extension via `LoadFromLocalFile` at runtime (see `TextMateTomlGrammar.cs`).
5
6To refresh the grammar, fetch the latest `toml.tmLanguage.json` from taplo or flox-vscode and preserve licensing headers.
7
View only · write via MCP/CIDE