dragos / typesafe-config-eclipse

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

Fixed outline #20

Closed mkurz closed 7 years ago

mkurz commented 7 years ago

I renamed all the value and values vars so they have more meaningful names to work with. NumberLiteral is actually never used so I just removed it (and just used the "raw" type).

I think I finally figured out how all this stuff works.