https://github.com/consulo/consulo-toml
Language: TOML
https://github.com/consulo/consulo-toml
incubating
Last synced: 2 days ago
JSON representation
Language: TOML
- Host: GitHub
- URL: https://github.com/consulo/consulo-toml
- Owner: consulo
- License: apache-2.0
- Created: 2024-06-07T18:25:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-21T13:17:37.000Z (7 days ago)
- Last Synced: 2026-04-21T15:46:39.905Z (7 days ago)
- Topics: incubating
- Language: Java
- Homepage:
- Size: 4.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [TOML](https://github.com/toml-lang/toml) language support for Consulo IDE
## Extending
It's possible to extend TOML support from other plugins:
* The PSI structure is expected remain backwards compatible.
* `TomlKey` and `TomlValue` are `ContributedReferenceHost`s, so
it's possible to inject references into them from third-party plugins,
and provide completion and goto definition.