dragos / typesafe-config-eclipse

An Eclipse plugin for Typesafe Config files
Apache License 2.0
23 stars 6 forks source link

conditional substitution expressions rejected by the parser #11

Closed rkrzewski closed 7 years ago

rkrzewski commented 8 years ago

The following HOCON expression:

foo = ${?bar}

causes an error: no viable alternative at character '?'

dragos commented 8 years ago

Should be an easy one...

mkurz commented 8 years ago

@dragos Cool! +1

dragos commented 8 years ago

..not saying I'll do it right away though. Got a busy week ahead. The usual open-source fine-print applies (help is always welcome) :smile:

dragos commented 7 years ago

Closed via #14.