solorice/vscodium/extensions/streetsidesoftware.code-spell-checker-2.1.11/node_modules/@cspell/dict-r/cspell-ext.json
2022-04-28 21:17:01 +03:00

23 lines
472 B
JSON

{
"id": "r",
"version": "0.2",
"name": "R",
"description": "R dictionary for cspell.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "r",
"path": "./r.txt.gz",
"description": "R dictionary for cspell."
}
],
"languageSettings": [
{
"languageId": "r",
"locale": "*",
"dictionaries": ["r"]
}
],
"enableFiletypes": ["r"]
}