lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-r/cspell-ext.json

23 lines
472 B
JSON
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
{
"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"]
}