37 lines
700 B
JSON
37 lines
700 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"version": "0.2",
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "exceptions",
|
|
"path": ".dictionary",
|
|
"addWords": true
|
|
}
|
|
],
|
|
"dictionaries": [
|
|
"english",
|
|
"ruby",
|
|
"golang",
|
|
"java",
|
|
"exceptions"
|
|
],
|
|
"patterns": [
|
|
{
|
|
"name": "front_matter",
|
|
"pattern": "/^(-{3}|[+]{3})$(\\s|\\S)*?^\\1$/gm"
|
|
},
|
|
{
|
|
"name": "proper_nouns",
|
|
"pattern": "/[\\W_][A-Z][\\S]+/g"
|
|
}
|
|
],
|
|
"languageSettings": [
|
|
{
|
|
"languageId": "markdown",
|
|
"ignoreRegExpList": [
|
|
"front_matter",
|
|
"proper_nouns"
|
|
]
|
|
}
|
|
]
|
|
} |