/vscode-jsdoc-markdown-highlighting

Add markdown syntax highlighting to JSDoc comments in JavaScript and TypeScript

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Adds markdown syntax highlighting to JSDoc comments in JavaScript and TypeScript

Contributing

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