biblicalhumanities / treedown

Markdown for syntax trees - see http://jonathanrobie.biblicalhumanities.org/blog/2017/05/12/lowfat-treebanks-visualizing/
Apache License 2.0
7 stars 0 forks source link

Comments and Annotations #11

Open jonathanrobie opened 7 years ago

jonathanrobie commented 7 years ago

Treedown probably needs both:

For comments, I like to have both comment-to-end-of-line and multiline comments.

I propose that annotations use Jenni Tennison's (: smiley face comment format :).

I propose that comment-to-end-of-line use either # (as in my current files) or //.

I propose that multi-line comments use the ubiquitous /* C-style comments */.

jtauber commented 7 years ago

I think if you're going to support /* */ then the comment-to-end-of-line should be // rather than #.

jonathanrobie commented 7 years ago

Makes sense.

This is an obvious bike-shed issue - we could decide to have only one kind of comments, or two choose any reasonable pair for end-of-line and multiline comments. I suggest we make one decision quickly, and change it if there's a need to later.

jtauber commented 7 years ago

I don't have strong feelings either way