Current section

Files

Jump to
spellweaver priv bun node_modules @cspell dict-monkeyc cspell-ext.json
Raw

priv/bun/node_modules/@cspell/dict-monkeyc/cspell-ext.json

{
"id": "monkeyc",
"version": "0.2",
"name": "Monkey C",
"description": "Monkey C dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "monkeyc",
"path": "./monkeyc_keywords.txt.gz",
"description": "Monkey C dictionary."
}
],
"languageSettings": [
{
"languageId": "monkeyc",
"locale": "*",
"dictionaries": ["monkeyc"]
}
]
}