isaacscript-spell
Version:
Spelling dictionaries for The Binding of Isaac: Repentance.
29 lines (28 loc) • 697 B
JSON
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"id": "isaacscript",
"name": "isaacscript",
"description": "Words for IsaacScript",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "isaacscript",
"path": "./isaacscript.txt",
"description": "Words for IsaacScript"
},
{
"name": "general",
"path": "./general.txt",
"description": "Missing English words"
}
],
"languageSettings": [
{
"languageId": "*",
"locale": "*",
"includeRegExpList": [],
"dictionaries": ["isaacscript", "gitignore", "general"],
"dictionaryDefinitions": []
}
]
}