mermaid/cSpell.json

134 lines
2.8 KiB
JSON
Raw Normal View History

2022-10-08 02:50:23 +02:00
{
2022-10-08 03:37:40 +02:00
"version": "0.2",
"language": "en",
"words": [
2022-11-03 21:11:03 +01:00
"acyclicer",
"adamiecki",
"alois",
"antiscript",
"applitools",
"asciidoctor",
"ashish",
"astah",
"bbox",
"bilkent",
"bisheng",
"braintree",
2022-11-03 21:11:03 +01:00
"brolin",
2022-11-20 09:46:22 +01:00
"brotli",
2022-11-22 20:35:08 +01:00
"classdef",
2022-11-03 21:11:03 +01:00
"codedoc",
"colour",
"cpettitt",
2022-10-08 03:37:40 +02:00
"customizability",
2022-11-03 21:11:03 +01:00
"cuzon",
"cytoscape",
"dagre",
"descr",
"docsify",
"docsy",
"doku",
"dompurify",
"edgechromium",
"elkjs",
2022-11-03 21:11:03 +01:00
"faber",
"flatmap",
2022-11-25 07:30:31 +01:00
"ftplugin",
2022-11-03 21:11:03 +01:00
"gantt",
"gitea",
"gitgraph",
"globby",
2022-11-03 21:11:03 +01:00
"graphlib",
"grav",
"greywolf",
"inkdrop",
"jaoude",
2022-10-08 03:37:40 +02:00
"jison",
2022-11-03 21:11:03 +01:00
"kaufmann",
"khroma",
2022-11-03 21:11:03 +01:00
"klemm",
"klink",
2022-10-28 20:50:54 +02:00
"knsv",
2022-11-03 21:11:03 +01:00
"knut",
"laganeckas",
"lintstagedrc",
2022-11-03 21:11:03 +01:00
"lucida",
"matthieu",
2022-10-08 03:34:40 +02:00
"mdbook",
2022-10-08 03:37:40 +02:00
"mermerd",
2022-11-03 21:11:03 +01:00
"mindaugas",
"mindmap",
"mindmaps",
"mitigations",
2022-10-08 03:37:40 +02:00
"mkdocs",
2022-11-03 21:11:03 +01:00
"orlandoni",
2022-10-08 03:37:40 +02:00
"phpbb",
2022-11-03 21:11:03 +01:00
"plantuml",
"playfair",
"podlite",
"ranksep",
2022-10-08 03:37:40 +02:00
"redmine",
2022-11-03 21:11:03 +01:00
"sandboxed",
"setupgraphviewbox",
"shiki",
"sidharth",
2022-10-08 03:37:40 +02:00
"sphinxcontrib",
2022-11-03 21:11:03 +01:00
"statediagram",
2022-11-09 16:45:22 +01:00
"stylis",
"substate",
2022-11-03 21:11:03 +01:00
"sveidqvist",
"techn",
2022-11-20 09:46:22 +01:00
"treemap",
"ts-nocheck",
2022-11-03 21:11:03 +01:00
"tuleap",
"unist",
2022-11-03 21:11:03 +01:00
"verdana",
2022-10-17 06:11:59 +02:00
"viewports",
2022-11-03 21:11:03 +01:00
"vinod",
"visio",
"vitepress",
"xlink",
"yash"
2022-10-08 03:37:40 +02:00
],
"patterns": [
2022-11-03 21:35:50 +01:00
{ "name": "Markdown links", "pattern": "\\((.*)\\)", "description": "" },
2022-10-08 03:37:40 +02:00
{
"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"
},
2022-11-03 21:35:50 +01:00
{ "name": "Link contents", "pattern": "\\<a(.*)\\>", "description": "" },
{ "name": "Snippet references", "pattern": "-- snippet:(.*)", "description": "" },
2022-10-08 03:37:40 +02:00
{
"name": "Snippet references 2",
"pattern": "\\<\\[sample:(.*)",
"description": "another kind of snippet reference"
},
2022-11-03 21:35:50 +01:00
{ "name": "Multi-line code blocks", "pattern": "/^\\s*```[\\s\\S]*?^\\s*```/gm" },
2022-10-08 03:37:40 +02:00
{
"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"
2022-10-08 03:34:40 +02:00
],
"ignorePaths": [
"packages/mermaid/src/docs/CHANGELOG.md",
"packages/mermaid/src/docs/.vitepress/redirect.ts"
]
2022-10-08 02:50:23 +02:00
}