Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/@cspell/dict-al/cspell-ext.json
{
"id": "al",
"version": "0.2",
"name": "AL",
"description": "AL (Microsoft Business Central) Dictionary",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "al",
"path": "./dict/al.txt",
"description": "AL Keywords Dictionary"
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "al",
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"patterns": [],
"dictionaries": ["al"],
"dictionaryDefinitions": []
}
],
"overrides": [
{
"filename": "**/*.al",
"languageId": "al"
}
]
}