Skip to content

Commit 8dbe160

Browse files
authored
Create cspell.json
1 parent 663a409 commit 8dbe160

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

cspell.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"words": [
5+
"acode",
6+
"CDN's",
7+
"CDNs",
8+
"CNAME",
9+
"Codespace",
10+
"codespaces",
11+
"commoditize",
12+
"companydomain",
13+
"CPUs",
14+
"Dependabot",
15+
"Dependabot's",
16+
"devops",
17+
"devs",
18+
"discoverability",
19+
],
20+
"ignoreRegExpList": [
21+
"\\((.*)\\)", // Markdown links
22+
"```[a-z]*\n[\\s\\S]*?\n```", // Markdown code blocks. h/t https://coderwall.com/p/r6b4xg/regex-to-match-github-s-markdown-code-blocks,
23+
"\\`([^\\`].*?)\\`", // inline code blocks. h/t https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex
24+
"\\{%.*%\\}", // liquid syntax
25+
"/^\\s*```[\\s\\S]*?^\\s*```/gm", // Another attempt at markdown code blocks. https://github.com/streetsidesoftware/vscode-spell-checker/issues/202#issuecomment-377477473
26+
"^---[\\s\\S]*?---$" // YAML front-matter
27+
]
28+
}

0 commit comments

Comments
 (0)