api-blueprint-sublime-plugin
api-blueprint-sublime-plugin copied to clipboard
Linting doesn't recognise comments
The docs for API Blueprint suggest comments should be HTML style:
<!-- This is a comment -->
but the linter highlights it as an unrecognised block.
For what it is worth – in API Blueprint – the comments are valid only in the description sections.
Ahhh, thanks. Though that is slightly annoying as I was adding them at points that I wanted to come back to and reconsider my design. Oh well.