Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Block comments #22

Closed
mikewest opened this issue Oct 21, 2010 · 8 comments
Closed

Block comments #22

mikewest opened this issue Oct 21, 2010 · 8 comments
Labels

Comments

@mikewest
Copy link
Collaborator

We should support things like JavaDoc blocks, CSS multiline comments, and Python docblocks:

"""
Python!
"""

/**
 * Java and everyone else on the planet!
 */
@mgutz
Copy link

mgutz commented Nov 9, 2010

Ruby block comments too :)

=begin
=end

@mikewest
Copy link
Collaborator Author

Thanks for the tip, Mario! I didn't even realize Ruby had block comments. :)

@mikewest
Copy link
Collaborator Author

First pass at block comment support is in cffe49a813bbc083c695. If you could take a look and help me test it out, Mario, I'd appreciate it.

@mgutz
Copy link

mgutz commented Nov 22, 2010

Nice :) Found 1 issue.

## H1
#Testing H1
foo 'bar'

foo statement appears before H1

@mikewest
Copy link
Collaborator Author

Moving the bug discussion to #25. I've got a question or two for you there, Mario. ;)

Did the block comment functionality work correctly for you?

@mgutz
Copy link

mgutz commented Nov 23, 2010

Block comments working for me with the exception of this issue.

@mikewest
Copy link
Collaborator Author

The current master explodes when dealing with languages that don't have single-line comments. Like CSS.

Fixed in 9d49139

@mikewest
Copy link
Collaborator Author

I think this is safe to close now. I don't know of any blocking issues, and if any pop up I'll cover them in separate tickets.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants