Update cspell json
This commit is contained in:
61
.cspell.json
61
.cspell.json
@ -4,34 +4,40 @@
|
|||||||
"version": "0.2",
|
"version": "0.2",
|
||||||
// language - current active spelling language
|
// language - current active spelling language
|
||||||
"language": "en_US",
|
"language": "en_US",
|
||||||
"dictionaries": ["en_US", "typescript", "softwareTerms", "fonts", "npm"],
|
"dictionaries": [
|
||||||
|
"en_US",
|
||||||
|
"typescript",
|
||||||
|
"softwareTerms",
|
||||||
|
"fonts",
|
||||||
|
"npm"
|
||||||
|
],
|
||||||
// words - list of words to be always considered correct
|
// words - list of words to be always considered correct
|
||||||
"words": [
|
"words": [
|
||||||
"Xmlable",
|
"Abjad",
|
||||||
|
"aiueo",
|
||||||
|
"ATLEAST",
|
||||||
|
"chosung",
|
||||||
|
"clippy",
|
||||||
|
"datas",
|
||||||
|
"docsify",
|
||||||
|
"dolan",
|
||||||
|
"falsey",
|
||||||
|
"Initializable",
|
||||||
|
"iroha",
|
||||||
|
"jsonify",
|
||||||
|
"jszip",
|
||||||
|
"NUMPAGES",
|
||||||
|
"odttf",
|
||||||
|
"ooxml",
|
||||||
|
"panose",
|
||||||
|
"rels",
|
||||||
|
"rsid",
|
||||||
"twip",
|
"twip",
|
||||||
"twips",
|
"twips",
|
||||||
"jsonify",
|
"Xmlable",
|
||||||
"falsey",
|
|
||||||
"aiueo",
|
|
||||||
"iroha",
|
|
||||||
"aiueo",
|
|
||||||
"iroha",
|
|
||||||
"chosung",
|
|
||||||
"Abjad",
|
|
||||||
"Initializable",
|
|
||||||
"rels",
|
|
||||||
"dolan",
|
|
||||||
"xmlify",
|
|
||||||
"Xmlifyed",
|
|
||||||
"xmlified",
|
"xmlified",
|
||||||
"datas",
|
"xmlify",
|
||||||
"jszip",
|
"Xmlifyed"
|
||||||
"rsid",
|
|
||||||
"NUMPAGES",
|
|
||||||
"ATLEAST",
|
|
||||||
"ooxml",
|
|
||||||
"clippy",
|
|
||||||
"docsify"
|
|
||||||
],
|
],
|
||||||
"ignoreRegExpList": [
|
"ignoreRegExpList": [
|
||||||
"/\"w:.+\"/",
|
"/\"w:.+\"/",
|
||||||
@ -51,10 +57,15 @@
|
|||||||
"/<element name=\"[a-z]+\"/gi",
|
"/<element name=\"[a-z]+\"/gi",
|
||||||
"/<attribute name=\"[a-z]+\"/gi"
|
"/<attribute name=\"[a-z]+\"/gi"
|
||||||
],
|
],
|
||||||
"ignorePaths": ["package.json", "docs/api"],
|
"ignorePaths": [
|
||||||
|
"package.json",
|
||||||
|
"docs/api"
|
||||||
|
],
|
||||||
"allowCompoundWords": true,
|
"allowCompoundWords": true,
|
||||||
// flagWords - list of words to be always considered incorrect
|
// flagWords - list of words to be always considered incorrect
|
||||||
// This is useful for offensive words and common spelling errors.
|
// This is useful for offensive words and common spelling errors.
|
||||||
// For example "hte" should be "the"
|
// For example "hte" should be "the"
|
||||||
"flagWords": ["hte"]
|
"flagWords": [
|
||||||
|
"hte"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user