forked from streetsidesoftware/cspell-dicts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcspell-ext.json
28 lines (28 loc) · 873 Bytes
/
cspell-ext.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"id": "svelte",
"version": "0.2",
"name": "Svelte",
"description": "Svelte dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "svelte",
"path": "./dict/svelte.txt",
"description": "Svelte dictionary."
}
],
"dictionaries": [],
"languageSettings": [
{
"description": "Load the Svelte and other necessary dictionaries for Svelte files.",
"languageId": "svelte",
"locale": "*",
"dictionaries": ["svelte", "typescript", "npm", "html", "html-symbol-entities", "css", "fonts"]
},
{
"languageId": ["typescript", "javascript"],
"dictionaries": ["svelte"]
}
],
"overrides": [{ "filename": "**/*.svelte", "languageId": ["svelte", "css", "html", "typescript"] }]
}