format cSpell.json

This commit is contained in:
Sean Killeen
2022-10-07 21:37:40 -04:00
parent 8a3bd5bcb8
commit a22158b2e2

View File

@@ -1,96 +1,96 @@
{ {
"version": "0.2", "version": "0.2",
"language": "en", "language": "en",
"words": [ "words": [
"customizability", "customizability",
"Gantt", "Gantt",
"jison", "jison",
"knsv", "knsv",
"Knut", "Knut",
"mindmap", "mindmap",
"Mindmaps", "Mindmaps",
"mitigations", "mitigations",
"sandboxed", "sandboxed",
"Sveidqvist", "Sveidqvist",
"verdana", "verdana",
"Visio" "Visio"
], ],
"ignoreWords": [ "ignoreWords": [
"Adamiecki", "Adamiecki",
"applitools", "applitools",
"Asciidoctor", "Asciidoctor",
"Astah", "Astah",
"Bisheng", "Bisheng",
"codedoc", "codedoc",
"Docsy", "Docsy",
"Doku", "Doku",
"Gitea", "Gitea",
"Gitgraph", "Gitgraph",
"Grav", "Grav",
"Inkdrop", "Inkdrop",
"Jaoude", "Jaoude",
"mdbook", "mdbook",
"mermerd", "mermerd",
"mkdocs", "mkdocs",
"phpbb", "phpbb",
"Plantuml", "Plantuml",
"Playfair's", "Playfair's",
"Podlite", "Podlite",
"redmine", "redmine",
"sphinxcontrib", "sphinxcontrib",
"Tuleap" "Tuleap"
],
"patterns": [
{
"name": "Markdown links",
"pattern": "\\((.*)\\)",
"description": ""
},
{
"name": "Markdown code blocks",
"pattern": "/^(\\s*`{3,}).*[\\s\\S]*?^\\1/gmx",
"description": "Taken from the cSpell example at https://cspell.org/configuration/patterns/#verbose-regular-expressions"
},
{
"name": "Inline code blocks",
"pattern": "\\`([^\\`\\r\\n]+?)\\`",
"description": "https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex"
},
{
"name": "Link contents",
"pattern": "\\<a(.*)\\>",
"description": ""
},
{
"name": "Snippet references",
"pattern": "-- snippet:(.*)",
"description": ""
},
{
"name": "Snippet references 2",
"pattern": "\\<\\[sample:(.*)",
"description": "another kind of snippet reference"
},
{
"name": "Multi-line code blocks",
"pattern": "/^\\s*```[\\s\\S]*?^\\s*```/gm"
},
{
"name": "HTML Tags",
"pattern": "<[^>]*>",
"description": "Reference: https://stackoverflow.com/questions/11229831/regular-expression-to-remove-html-tags-from-a-string"
}
],
"ignoreRegExpList": [
"Markdown links",
"Markdown code blocks",
"Inline code blocks",
"Link contents",
"Snippet references",
"Snippet references 2",
"Multi-line code blocks",
"HTML Tags"
], ],
"patterns": [
{
"name": "Markdown links",
"pattern": "\\((.*)\\)",
"description": ""
},
{
"name": "Markdown code blocks",
"pattern": "/^(\\s*`{3,}).*[\\s\\S]*?^\\1/gmx",
"description": "Taken from the cSpell example at https://cspell.org/configuration/patterns/#verbose-regular-expressions"
},
{
"name": "Inline code blocks",
"pattern": "\\`([^\\`\\r\\n]+?)\\`",
"description": "https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex"
},
{
"name": "Link contents",
"pattern": "\\<a(.*)\\>",
"description": ""
},
{
"name": "Snippet references",
"pattern": "-- snippet:(.*)",
"description": ""
},
{
"name": "Snippet references 2",
"pattern": "\\<\\[sample:(.*)",
"description": "another kind of snippet reference"
},
{
"name": "Multi-line code blocks",
"pattern": "/^\\s*```[\\s\\S]*?^\\s*```/gm"
},
{
"name": "HTML Tags",
"pattern": "<[^>]*>",
"description": "Reference: https://stackoverflow.com/questions/11229831/regular-expression-to-remove-html-tags-from-a-string"
}
],
"ignoreRegExpList": [
"Markdown links",
"Markdown code blocks",
"Inline code blocks",
"Link contents",
"Snippet references",
"Snippet references 2",
"Multi-line code blocks",
"HTML Tags"
],
"ignorePaths": [ "ignorePaths": [
"packages/mermaid/src/docs/CHANGELOG.md" "packages/mermaid/src/docs/CHANGELOG.md"
] ]