-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcSpell.json
30 lines (30 loc) · 844 Bytes
/
cSpell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "0.2",
"language": "en",
"words": [
"bloginaboxdemo",
"CNAME",
"Codespaces",
"Excella",
"Giscus",
"Namecheap",
"tada",
"prepending",
"pseudocode"
],
"ignoreWords": [
"Sheeran",
"oversaturating",
"pyenv",
"langchain",
"gguf",
"ollama",
"ollama's"
],
"ignoreRegExpList": [
"\\((.*)\\)", // Markdown links
"uid: (.*)", // uid lines,
"```[a-z]*\n[\\s\\S]*?\n```", // Markdown code blocks. h/t https://coderwall.com/p/r6b4xg/regex-to-match-github-s-markdown-code-blocks,
"\\`([^\\`].*?)\\`" // inline code blocks. h/t https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex
]
}