Closed danievanzyl closed 6 years ago
Hi @danievanzyl, Can you write the problematic snippet code? using this example:
name = { first = "Tom", last = "Preston-Werner" }
point = { x = 1, y = 2 }
is fine
geo_coordinates = { "lat" = 0.0, "long" = 0.0 }
sorry I'm being an idiot, the keys must not be escaped with "
You may close, thanks.
https://github.com/toml-lang/toml#inline-table
Currently vscode responds with a parse error on inline tables. Please add support for it.
Thanks!