Files
Aleksandr Sorotskii 42ba97ccd8 enable toml syntax highlighting for uv.lock; PY-75983; #PY-77716 fixed
(cherry picked from commit a20d9781367a909dc9bfa30e62fd385bf777374f)

GitOrigin-RevId: 4d6e9a1e71e35014d1b790a26617ee88f2b901e2
2025-01-20 10:58:50 +00:00
..

TOML language support for IntelliJ IDEA based IDEs

download version

The plugin provides nothing but syntax highlighting at the moment.

Installation

To install plugin open Settings > Plugins > Browse repositories, and search for TOML.

Contributing

See Contributing in the IntelliJ-Rust plugin.

Extending

It's possible to extend TOML support from other plugins:

  • The PSI structure is expected remain backwards compatible.
  • TomlKey and TomlValue are ContributedReferenceHosts, so it's possible to inject references into them from third-party plugins, and provide completion and goto definition.

See https://github.com/intellij-rust/intellij-rust/pull/1982/ for an example.