mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
(cherry picked from commit dae252e069b0c3946d7c572c498e22c0fba77e99) IJ-CR-169846 GitOrigin-RevId: a9b6bda338586ede5f4512a4e711a64a9260ca43
TOML language support for IntelliJ IDEA based IDEs
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.
TomlKeyandTomlValueareContributedReferenceHosts, 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.