Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Intellij IDEA / Eclipse / Sublime Text syntax highlighting / formatting / validation for .conf (HOCON) files #120

Closed
eranation opened this issue Dec 31, 2013 · 7 comments

Comments

@eranation
Copy link

I really like the HOCON notation, and it quickly became my preferred config syntax over properties, XML, JSON or YAML.

It will be nice to have some popular text editors support so it won't just be a plain text file

Thanks

@havocp
Copy link
Collaborator

havocp commented Jan 2, 2014

Would love to see this too, but I don't foresee having the knowledge/time to code these. If there's anything I can change in the core library to support editor plugins I am open to it.

@Loki-Afro
Copy link

Try this one: http://www.vim.org/scripts/script.php?script_id=1945 works at least in my fiels since i use JSON.

I don't know what happens if you mix up Java -Properties Style and JSON in vim.

@wsargent
Copy link

wsargent commented Jan 7, 2014

The IntelliJ request on HOCON is here: http://youtrack.jetbrains.com/issue/SCL-4612

@NeQuissimus
Copy link

For Sublime Text, I have uploaded what I have been using for a while now:
https://github.com/NeQuissimus/Sublime-Hocon

This is mostly the builtin JSON formatting, with variables and the include keyword added to it.
I would not expect it to be optimal but definitely better than nothing :)

@ghik
Copy link

ghik commented May 23, 2014

First version of open source IntelliJ plugin for HOCON has recently been released and is available from the IDEA plugin repository.

@ghik
Copy link

ghik commented Jun 11, 2014

IntelliJ plugin for HOCON has been merged into the Scala plugin and is no longer available as a standalone plugin.

@havocp
Copy link
Collaborator

havocp commented Mar 7, 2015

Will close this one since I think it's a request for other software, rather than the library itself. Happy to take specific requests for features that would be helpful though. The work for #272 could be helpful.

@havocp havocp closed this as completed Mar 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants