lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-r/cspell-ext.json
2024-04-26 22:49:34 -06: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"]
}