TOML support for Sublime Text's LSP plugin.
Uses Taplo Language Server to provide completions, validation, formatting and other features for TOML files. See linked site for more information.
Note
The plugin does not distribute but download language server binaries from official sources.
Open configuration file
by running Preferences: LSP-taplo Settings from Command Palette
or via Main Menu (Preferences > Package Settings > LSP > Servers > LSP-taplo).
Taplo supports .taplo.toml and taplo.toml files
to manage folder specific configuration.
Note
The following commands require a TOML file to be focused.
Document validation and completions require proper JSON schema to be assigned to a document.
JSON schemas can by assigned dynamically by calling Taplo: Select schema for TOML.
To convert copied content between JSON and TOML, open Command Palette and type:
Edit: Copy as JSONEdit: Paste as JSONEdit: Paste as TOML