@cspell/dict-markdown
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -38,3 +38,3 @@ { | ||
{ | ||
"languageId": "markdown", | ||
"languageId": "markdown,mdx", | ||
"locale": "*", | ||
@@ -41,0 +41,0 @@ "ignoreRegExpList": ["MARKDOWN-link-reference", "MARKDOWN-link-footer", "MARKDOWN-link", "MARKDOWN-anchor"], |
{ | ||
"name": "@cspell/dict-markdown", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Markdown dictionary for cspell.", | ||
@@ -15,11 +15,12 @@ "publishConfig": { | ||
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/markdown.txt\" -o .", | ||
"test": "yarn run test-dict && yarn run test-check", | ||
"test-dict": "head -n 1000 \"src/markdown.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=markdown\" stdin", | ||
"test": "pnpm run test-dict && pnpm run test-check", | ||
"test-dict": "shx head -n 1000 \"src/markdown.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=markdown\" stdin", | ||
"test-check": "ava", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
"prepare:dictionary": "pnpm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" | ||
"url": "https://github.com/streetsidesoftware/cspell-dict.git", | ||
"directory": "dictionaries/markdown" | ||
}, | ||
@@ -34,3 +35,3 @@ "keywords": [ | ||
], | ||
"author": "Jason Dent", | ||
"author": "Street Side Software <support@streetsidesoftware.nl>", | ||
"license": "MIT", | ||
@@ -47,3 +48,3 @@ "bugs": { | ||
], | ||
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0" | ||
"gitHead": "d6dba6cd842c786156a6718402f41f1f184999f2" | ||
} |
5705