Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support JSDoc comment optional values with negative exponents (#5596)
* Fix src/mode/jsdoc_comment_highlight_rules.js to support JSDoc comment optional values with negative exponents like: `@param {number} [min_value=1e-5]` * Support strings and spaces aswell
- Loading branch information