Closed kerbyfc closed 8 years ago
Sublime Text 3 coffee syntax highlighting and Docblockr plugin works well with comments, such as:
###* * [reactify description] * @param {[type]} type [description] * @return {[type]} [description] ### @reactify = (type) -> component = _specs[type.name] ?= React.createClass( ...
But codo doesn't support it! Fix it with merge, please. Thanks for codo!
Tests don't pass in _master_ branch
npm --version 1.4.28 node --version v0.10.35
Needs rebase and a test case.
Sublime Text 3 coffee syntax highlighting and Docblockr plugin works well with comments, such as:
But codo doesn't support it! Fix it with merge, please. Thanks for codo!