This project provides Eclipse toolings for editing configuration files in Hocon format (coloquially called Typesafe Config).
Drag the install button on your running Eclipse application
Alternatively, use the plain old update site: https://dl.bintray.com/dragos/typesafe-config-eclipse/
- configurable syntax highlighting and error checking
- outline view
- toggle comments
- structured selection (syntax-aware increase/decrease selection)
- auto edits, match braces
- no completion or hyperlinking
Run mvn
inside com.typesafe.hocon.releng
.
- check that the current version is correct (1 ahead of the latest release)
- build release
./publish.sh <BintrayAPIkey> <version>
, where<version>
is a non-SNAPSHOT version. Say, the current version inpom.xml
is1.0.5-SNAPSHOT
, you should call./publish.sh
with1.0.5
- tag (e.g. (
git tag v1.0.5
) and push tags - bump version (inside
com.typesafe.hocon.releng
):mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.0.6-SNAPSHOT
The project is based on xtext. Help in the form of code contributions is most welcome!