-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
cspell.json
79 lines (79 loc) · 1.51 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"dictionaries": [
"bash",
"misc",
"node",
"php",
"softwareTerms"
],
"words": [
"acquia",
"amazee",
"amazeeio",
"apikey",
"behat",
"bootstrappable",
"centralised",
"checkstyle",
"clamav",
"cobertura",
"commandfiles",
"containerisation",
"customisations",
"cweagans",
"ddev",
"dealerdirect",
"drevops",
"drush",
"ergebnis",
"gherkinlint",
"hadolint",
"initialise",
"lagooncli",
"lando",
"langlet",
"licence",
"localdev",
"mglaman",
"minimised",
"novnc",
"oomphinc",
"optimise",
"optimised",
"palantirnet",
"pathauto",
"phpcbf",
"phpcodesniffer",
"phpcompatibility",
"phpspec",
"phpstorm",
"pyrech",
"renovatebot",
"ruleset",
"sanitised",
"shellvar",
"standardise",
"utilising",
"vlucas",
"webflo",
"webroot",
"yoursite"
],
"overrides": [
{
"filename": "**/*.mdx",
"languageId": [
"mdx",
"markdown"
]
}
],
"languageSettings": [
{
"languageId": "markdown",
"ignoreRegExpList": [
"/^\\s*```(.|\\n)+?^\\s*```/gm"
]
}
]
}