lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/dict-fullstack/cspell-ext.json
2024-04-26 22:49:34 -06:00

26 lines
774 B
JSON

{
"id": "fullstack",
"version": "0.2",
"name": "Fullstack",
"description": "Common words encountered during fullstack development",
"dictionaryDefinitions": [
{
"name": "fullstack",
"path": "./fullstack.txt.gz",
"description": "Common words encountered during fullstack development"
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "php,javascript,typescript,cpp,c,python,ruby,swift,csharp,ada,html,java,lua,h,hpp,rust,scala",
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"patterns": [],
"dictionaries": ["fullstack"],
"dictionaryDefinitions": []
}
]
}