bungcip / better-toml

toml extension for vs code editor
75 stars 13 forks source link

support dotted keys #18

Open karnh opened 5 years ago

karnh commented 5 years ago

Please add support for dotted keys. https://github.com/toml-lang/toml#user-content-keys.

Currently it considers dotted key as error.

bungcip commented 5 years ago

related to https://github.com/BinaryMuse/toml-node/issues/51

lylemoffitt commented 5 years ago

👍

russkel commented 5 years ago

I came across this as well. Is the parser project not active any more?

mwilliammyers commented 5 years ago

Looks like sgarciac/bombadil@869b9a0 added support for dotted keys? Maybe it's just a simple version bump of the dependency to >=2.0.1?

As a workaround quoted dotted keys work, although its best practice to only quote when necessary so it would still be awesome to have support for dotted keys.

repi commented 4 years ago

Ran into this as well, would indeed be nice to have support for dotted keys