UNPKG

isaacscript-spell

Version:

Spelling dictionaries for The Binding of Isaac: Repentance.

38 lines (37 loc) 889 B
{ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", "id": "isaac", "name": "isaac", "description": "Words for The Binding of Isaac: Repentance", "readonly": true, "dictionaryDefinitions": [ { "name": "api", "path": "./api.txt", "description": "Words from the Lua API" }, { "name": "files", "path": "./files.txt", "description": "Words from resource files" }, { "name": "lua", "path": "./lua.txt", "description": "Words from the Lua programming language" }, { "name": "isaac", "path": "./isaac.txt", "description": "General Isaac modding words" } ], "languageSettings": [ { "languageId": "*", "locale": "*", "includeRegExpList": [], "dictionaries": ["api", "files", "lua", "isaac"] } ] }