Adds markdown syntax highlighting to JSDoc comments in JavaScript and TypeScript
To build this extension, you'll need Git and Node.js.
First, fork this repo and clone your fork:
git clone https://github.com/YOUR_GITHUB_ACCOUNT_NAME/vscode-jsdoc-markdown-highlighting.git
code vscode-jsdoc-markdown-highlighting
Then install dev dependencies using npm:
npm install
Main grammars are in the syntaxes
directory.
To run the tests:
npm test