forked from lix-project/lix-website
27 lines
624 B
JSON
27 lines
624 B
JSON
|
{
|
||
|
"id": "dart",
|
||
|
"version": "0.2",
|
||
|
"name": "dart",
|
||
|
"description": "Dart dictionary for cspell.",
|
||
|
"readonly": true,
|
||
|
"dictionaryDefinitions": [
|
||
|
{
|
||
|
"name": "dart",
|
||
|
"path": "./dart.txt.gz",
|
||
|
"description": "Dart dictionary for cspell."
|
||
|
}
|
||
|
],
|
||
|
"dictionaries": [],
|
||
|
"enableFiletypes": ["dart"],
|
||
|
"languageSettings": [
|
||
|
{
|
||
|
"languageId": "dart",
|
||
|
"locale": "*",
|
||
|
"includeRegExpList": [],
|
||
|
"ignoreRegExpList": [],
|
||
|
"patterns": [],
|
||
|
"dictionaries": ["dart"]
|
||
|
}
|
||
|
]
|
||
|
}
|