Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/@cspell/dict-r/cspell-ext.json
{
"id": "r",
"version": "0.2",
"name": "R",
"description": "R dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "r",
"path": "./r.txt.gz",
"description": "R dictionary."
}
],
"languageSettings": [
{
"languageId": "r",
"locale": "*",
"dictionaries": ["r"]
}
]
}