Please add support for Monkey C
Please add support for Garmin Monkey C .mc files :)
@MrJacquers,
What are you hoping for? To spell check the files or a specialized dictionary?
To turn on spell checking:
- Open a Monkey C file.
- Run the Command:
Spell: Enable Spell Checking Document Language
This should enable spell checking for Monkey C files. You might want to enable the C++ dictionary as well.
.vscode/settings.json
"cSpell.languageSettings": [{ "languageId": "monkeyc", "dictionaries: ["cpp"] }],
If you are interested in creating a Monkey C dictionary, please consider making a PR in cspell-dicts.
Thanks, that worked, sort of :) Monkey C is actually a mix of several languages and runs in a Java vm afaik. I'll have to see if I can find a list of all keywords to create a dictionary.
@MrJacquers,
I just checked, there is already a Monkey C dictionary, it just isn't installed by default.
v4 of the extension now comes with a Monkey C dictionary by default. See: Code Spell Checker - Visual Studio Marketplace
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.