GitXplorerGitXplorer
m

vscode-jsdoc-markdown-highlighting

public
25 stars
8 forks
12 issues

Commits

List of commits on branch master.
Verified
6f8634b89bf8974253ecb3bebc8e1d75adc2a65a

Merge pull request #13 from mjbvz/dependabot/npm_and_yarn/ajv-6.12.6

mmjbvz committed 3 years ago
Verified
021b9a205ed12e26fb36ee0ec0583c619b9c2c01

Bump ajv from 6.10.2 to 6.12.6

ddependabot[bot] committed 3 years ago
Verified
46d72920b7e7f87635a19bd54d3b7f9ff05238ff

Merge pull request #10 from mjbvz/dependabot/npm_and_yarn/url-parse-1.5.1

mmjbvz committed 4 years ago
Verified
444fd05ccad2bb1ac1e5efeb914ba19badd06415

Bump url-parse from 1.4.7 to 1.5.1

ddependabot[bot] committed 4 years ago
Unverified
7de6a3fdb10f4c97b0dabb919b4a465bd4ea7f5e

Remove unused scripts

mmjbvz committed 5 years ago
Unverified
82415b9bba65acd3244cb46bf607a1d922b304ca

Update travis

mmjbvz committed 5 years ago

README

The README file for this repository.

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