summaryrefslogtreecommitdiffstats
path: root/docs/.cspell.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.cspell.json')
-rw-r--r--docs/.cspell.json66
1 files changed, 63 insertions, 3 deletions
diff --git a/docs/.cspell.json b/docs/.cspell.json
index 2cac73c02..84631ce67 100644
--- a/docs/.cspell.json
+++ b/docs/.cspell.json
@@ -6,6 +6,8 @@
"aabba",
"aabbaa",
"aabbaabb",
+ "aabbaabbab",
+ "abbaa",
"abourget",
"absurl",
"adoc",
@@ -18,7 +20,11 @@
"attrlink",
"azblob",
"baseof",
+ "bbaa",
+ "bcde",
+ "bcdef",
"beevelop",
+ "Bergevin",
"bibtex",
"Bjørn",
"blackfriday",
@@ -31,6 +37,7 @@
"canonify",
"Catmull",
"Catwoman",
+ "changefreq",
"Cheatsheet",
"choco",
"chromastyles",
@@ -42,12 +49,15 @@
"Coen",
"Commento",
"Cond",
+ "contentdir",
"Contentful",
+ "Copr",
"copyrighthtml",
"corejs",
"countrunes",
"countwords",
"crossreferences",
+ "daftaupe",
"datatable",
"DATOCMS",
"debugconfig",
@@ -60,6 +70,8 @@
"dokuwiki",
"dpkg",
"DRING",
+ "Eiqc",
+ "Eliott",
"Emojify",
"Enwrite",
"eopkg",
@@ -68,6 +80,7 @@
"erroridf",
"Evernote",
"exitwp",
+ "expirydate",
"Feminella",
"firstpost",
"Formspree",
@@ -95,7 +108,9 @@
"Grayscale",
"Gruber",
"gtag",
+ "gvfs",
"hidecaption",
+ "hmac",
"Hokus",
"hola",
"hügó",
@@ -121,6 +136,7 @@
"Isset",
"Isso",
"Jaco",
+ "JIRN",
"johnpatitucci",
"Joomla",
"JRBR",
@@ -142,10 +158,13 @@
"mathjax",
"mdhender",
"mdshortcode",
+ "MENUENTRY",
"mercredi",
+ "Milli",
"Mittwoch",
"mkdir",
"mmark",
+ "modh",
"monokai",
"Morling",
"mspowerpoint",
@@ -155,17 +174,20 @@
"mydeployment",
"myindex",
"mylayout",
+ "mylogin",
"mypage",
"mypartials",
"mypost",
"mysite",
"myspa",
"mystyle",
+ "mytextpartial",
"mytheme",
"NDJSON",
"needsexample",
"Netravali",
"newparam",
+ "Nichlas",
"Nikhil",
"Njjy",
"nlist",
@@ -176,6 +198,7 @@
"NOSQL",
"notoc",
"novembre",
+ "numfmt",
"NUMWORKERMULTIPLIER",
"Obhu",
"octohug",
@@ -191,18 +214,25 @@
"PCRE",
"peaceiris",
"Pedersen",
+ "Pekka",
"permalinkable",
"plainify",
"POSIX",
"postprocess",
+ "Poupin",
+ "prerender",
"println",
"publishdate",
"Pygments",
+ "qref",
"querify",
"QVOMC",
+ "Racic",
+ "Rclone",
"rdwatters",
"readfile",
"rebinded",
+ "recommendedby",
"REDIR",
"reftext",
"relatedfuncs",
@@ -210,16 +240,21 @@
"relurl",
"remarkjs",
"rgba",
+ "Riku",
"rlimit",
"roboto",
"rssxml",
"rwxrwxrwx",
+ "RYUGV",
"safehtml",
"safejs",
"Samsa",
+ "schemaorg",
"Shekhar",
"Shortcode",
"Shortcodes",
+ "signup",
+ "Silvola",
"Sindre",
"sitemapindex",
"sitemapxml",
@@ -231,24 +266,33 @@
"struct",
"structs",
"subdir",
+ "svgs",
+ "symdiff",
"Talkyard",
"taxo",
+ "taxonomyname",
"tbody",
"tdewolff",
"testshortcodes",
"thead",
"Thinkful",
+ "Tknx",
"TLDR",
"TMPDIR",
+ "TOCSS",
+ "todos",
"tojson",
+ "Tomango",
+ "topologix",
"Torikian",
"totoml",
"toyaml",
"twitteruser",
"Unmarshal",
- "Unmarshal",
"urlize",
"urlset",
+ "utimestamp",
+ "vendored",
"vimrc",
"wanghc",
"Wappalyzer",
@@ -258,19 +302,35 @@
"wibble",
"wordcount",
"workson",
+ "wpxr",
+ "Xbaabbab",
"xvzf",
"yoyoyo",
"Zgotmpl",
- "zzbbaabb"
+ "zzbbaabb",
+ "مدونتي"
],
"language": "en,en-GB,en-US,de,fr",
+ "allowCompoundWords": true,
"files": [
"**/*.md"
],
+ "ignoreRegExpList": [
+ "<!-- prettier-ignore -->\\n(`{3,})\\w*\\n[\\s\\S]+?\\1",
+ "\\[(\\*{2})?@\\w+?\\1\\]",
+ "\\[`\\w+`\\]",
+ "ve{2,}r{2,}y",
+ "ve+r+y+long\\w*",
+ "\\/.*?\\/",
+ "\\_\\w+",
+ "\\#\\w+"
+ ],
"ignorePaths": [
".cspell.json",
"**/node_modules/**",
- "*.min.*"
+ "*.min.*",
+ "**/news/*",
+ "**/showcase/*"
],
"useGitignore": true
}