Skip to content

Commit 1538ca8

Browse files
authored
Update cspell.json
1 parent 9bcec84 commit 1538ca8

1 file changed

Lines changed: 11 additions & 26 deletions

File tree

cspell.json

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
{
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-
]
2+
"version": "0.2",
3+
"language": "en",
4+
"ignorePaths": [
5+
"node_modules",
6+
"public",
7+
"*.yaml"
8+
],
9+
"dictionaryDefinitions": [],
10+
"dictionaries": ["en"],
11+
"ignoreWords": ["Acode", "Ace", "plugin", "npm"],
12+
"allowCompoundWords": false
2813
}

0 commit comments

Comments
 (0)