Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartcarnie/toml-plugin
IntelliJ plugin for TOML
https://github.com/stuartcarnie/toml-plugin
Last synced: 6 days ago
JSON representation
IntelliJ plugin for TOML
- Host: GitHub
- URL: https://github.com/stuartcarnie/toml-plugin
- Owner: stuartcarnie
- License: mit
- Created: 2015-12-16T23:10:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T15:42:46.000Z (about 9 years ago)
- Last Synced: 2023-04-14T06:42:46.090Z (over 1 year ago)
- Language: Kotlin
- Size: 69.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOML Language Support for IntelliJ
Plugin providing [TOML][toml] support for IntelliJ editors
## Installation
There is currently no release for the plugin just yet. If you are brave enough
and want to use the plugin, you have to build it from source. You need Java 8
and IDEA 15.Building:
```
$ git clone https://github.com/stuartcarnie/toml-plugin
$ cd toml-plugin
$ ./gradlew buildPlugin
```This creates a zip archive in `build/distributions` which you can install with
`install plugin from disk` action.To check which version of Java is used by
- gradle: run `./gradlew --version`;
- IDEA: check `Help > About` menu.## Credits
This plugin was extracted from the [intellij-rust][repo] repository and thus
credit for its development go to the original [authors][][toml]: https://github.com/toml-lang/toml/blob/master/README.md
[repo]: https://github.com/intellij-rust/intellij-rust
[authors]: https://github.com/intellij-rust/intellij-rust/blob/da0dcc49f6e7c4dca772aedfdd09925cc021e778/AUTHORS.md