-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cspell.json
37 lines (37 loc) · 869 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
31
32
33
34
35
36
37
{
"version": "0.2",
"language": "en",
"enabledLanguageIds": [],
"ignorePaths": [
".cspell.json",
".github/workflows/**",
".vscode/*.json",
"**/*.{json,snap}"
],
"dictionaries": [
"softwareTerms",
"en_US",
"misc",
"filetypes"
],
"ignoreRegExpList": [
"vim\\.[a-zA-Z_][a-zA-Z0-9_]*(?:\\.[a-zA-Z_][a-zA-Z0-9_]*)*",
"keymap\\.set[\\s\\S]*?\\([\\s\\S]*?\\)",
"<[Cc]-\\\\>",
":help\\s+[\\w.-]+",
"require\\(['\"]([^'\"]+)['\"]\\)",
"local\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\s*=",
"[\\w.]*\\s*=\\s*['\"]([^'\"]+)['\"]"
],
"words": [
"Autocommands",
"chezmoi",
"keymaps",
"modelines",
"noremap",
"nvim",
"signcolumn",
"targaryen"
],
"overrides": []
}