Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/@cspell/dict-bash/cspell-ext.json
{
"id": "bash",
"name": "bash",
"description": "Bash dictionary.",
"import": ["@cspell/dict-shell"],
"languageSettings": [
{
"languageId": "shellscript",
"locale": "*",
"dictionaries": ["bash"]
}
]
}