tree-sitter-jsdoc
tree-sitter-jsdoc copied to clipboard
JSDoc grammar for Tree-sitter
Results
12
tree-sitter-jsdoc issues
Sort by
recently updated
recently updated
newest added
given this typescript ```ts /** * description * the description contains: * - markdown list * - inline code * - multiple lines * - markdown headings * * ##...
There is an issue in the Zed code editor where multi-line JSDoc blocks do not get the proper syntax highlighting (https://github.com/zed-industries/zed/issues/19575). From that thread, it sounds like the issue is...