You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
755 B
JSON
28 lines
755 B
JSON
8 years ago
|
{
|
||
|
"language": "en",
|
||
|
"ignoreWordsList": [
|
||
|
"ReCodEx"
|
||
|
],
|
||
|
"mistakeTypeToStatus": {
|
||
|
"Spelling": "Error",
|
||
|
"Passive voice": "Hint",
|
||
|
"Complex Expression": "Disable",
|
||
|
"Hidden Verbs": "Information",
|
||
|
"Hyphen Required": "Disable",
|
||
|
"Redundant Expression": "Disable",
|
||
|
"Did you mean...": "Disable",
|
||
|
"Repeated Word": "Warning",
|
||
|
"Missing apostrophe": "Warning",
|
||
|
"Cliches": "Disable",
|
||
|
"Missing Word": "Disable",
|
||
|
"Make I uppercase": "Warning"
|
||
|
},
|
||
|
"languageIDs": [
|
||
|
"markdown",
|
||
|
"plaintext"
|
||
|
],
|
||
|
"ignoreRegExp": [
|
||
|
"/\\(.*\\.(jpg|jpeg|png|md|gif|JPG|JPEG|PNG|MD|GIF)\\)/g",
|
||
|
"/((http|https|ftp|git)\\S*)/g"
|
||
|
]
|
||
|
}
|