D-YAML icon indicating copy to clipboard operation
D-YAML copied to clipboard

Support for Comments

Open lindt opened this issue 8 years ago • 3 comments

sorry if this is already solved, but cannot find any clue in the documentation, neither in the examples, neither in the source, that yaml-comments are supported.

Would love to use D-Yaml if comments could be supported. Want to format a yaml document and for that comments are essential.

Thanks!

lindt avatar Mar 10 '17 23:03 lindt

When you say supported, do you mean comments should be allowed in documents? or that they should be exposed to code somehow?

Herringway avatar Apr 28 '18 00:04 Herringway

just want that yaml-comments are somehow respected in the data structures, want to be able to read a yaml file with comments without just skipping the comments and also to write a yaml file with comments.

lindt avatar May 01 '18 07:05 lindt

The Node requires a new comment field then.

ghost avatar Jul 19 '18 20:07 ghost