@cspell/dict-aws
Version:
AWS dictionary for cspell.
18 lines (17 loc) • 428 B
JSON
// cSpell Settings
{
"id": "aws",
"name": "AWS",
"description": "AWS dictionary.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{
"name": "aws",
"path": "./dict/aws.txt",
"description": "AWS dictionary."
}
],
// Dictionaries to always be used.
"dictionaries": ["aws"]
}