@cspell/dict-cspell-bundle 2.0.16 → 2.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Add the following to your VSCode settings:
|
|
|
42
42
|
</details>
|
|
43
43
|
|
|
44
44
|
<details>
|
|
45
|
-
<summary>CSpell Settings
|
|
45
|
+
<summary>CSpell Settings <code>cspell.json</code></summary>
|
|
46
46
|
|
|
47
47
|
**`cspell.json`**
|
|
48
48
|
|
|
@@ -56,7 +56,7 @@ Add the following to your VSCode settings:
|
|
|
56
56
|
</details>
|
|
57
57
|
|
|
58
58
|
<details>
|
|
59
|
-
<summary>CSpell Settings
|
|
59
|
+
<summary>CSpell Settings <code>cspell.config.yaml</code></summary>
|
|
60
60
|
|
|
61
61
|
**`cspell.config.yaml`**
|
|
62
62
|
|
|
@@ -68,6 +68,8 @@ dictionaries: []
|
|
|
68
68
|
|
|
69
69
|
</details>
|
|
70
70
|
|
|
71
|
+
## Local Installation using CDN
|
|
72
|
+
|
|
71
73
|
## CDN Configuration
|
|
72
74
|
|
|
73
75
|
<details>
|
|
@@ -87,7 +89,7 @@ Add the following to your VSCode settings:
|
|
|
87
89
|
</details>
|
|
88
90
|
|
|
89
91
|
<details>
|
|
90
|
-
<summary>CSpell Settings
|
|
92
|
+
<summary>CSpell Settings <code>cspell.json</code></summary>
|
|
91
93
|
|
|
92
94
|
**`cspell.json`**
|
|
93
95
|
|
|
@@ -101,7 +103,7 @@ Add the following to your VSCode settings:
|
|
|
101
103
|
</details>
|
|
102
104
|
|
|
103
105
|
<details>
|
|
104
|
-
<summary>CSpell Settings
|
|
106
|
+
<summary>CSpell Settings <code>cspell.config.yaml</code></summary>
|
|
105
107
|
|
|
106
108
|
**`cspell.config.yaml`**
|
|
107
109
|
|
|
@@ -113,6 +115,48 @@ dictionaries: []
|
|
|
113
115
|
|
|
114
116
|
</details>
|
|
115
117
|
|
|
118
|
+
## Dictionary Information
|
|
119
|
+
|
|
120
|
+
| Name | Enabled | Description |
|
|
121
|
+
| ---------------------- | ------- | ----------- |
|
|
122
|
+
| `typescript` | | _External_ |
|
|
123
|
+
| `node` | | _External_ |
|
|
124
|
+
| `npm` | | _External_ |
|
|
125
|
+
| `html` | | _External_ |
|
|
126
|
+
| `html-symbol-entities` | | _External_ |
|
|
127
|
+
| `css` | | _External_ |
|
|
128
|
+
| `fonts` | | _External_ |
|
|
129
|
+
| `php` | | _External_ |
|
|
130
|
+
|
|
131
|
+
## Language Settings
|
|
132
|
+
|
|
133
|
+
| Name | Locale | File Type |
|
|
134
|
+
| ---------------------- | ------ | ------------------------------------------- |
|
|
135
|
+
| `typescript` | | `javascript`, `javascriptreact` |
|
|
136
|
+
| `typescript` | | `typescript`, `typescriptreact`, `mdx` |
|
|
137
|
+
| `typescript` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
138
|
+
| `node` | | `javascript`, `javascriptreact` |
|
|
139
|
+
| `node` | | `typescript`, `typescriptreact`, `mdx` |
|
|
140
|
+
| `node` | | `json`, `jsonc` |
|
|
141
|
+
| `npm` | | `javascript`, `javascriptreact` |
|
|
142
|
+
| `npm` | | `typescript`, `typescriptreact`, `mdx` |
|
|
143
|
+
| `npm` | | `markdown`, `asciidoc` |
|
|
144
|
+
| `npm` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
145
|
+
| `npm` | | `json`, `jsonc` |
|
|
146
|
+
| `html` | | `javascriptreact`, `typescriptreact`, `mdx` |
|
|
147
|
+
| `html` | | `markdown`, `asciidoc` |
|
|
148
|
+
| `html` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
149
|
+
| `html-symbol-entities` | | `javascriptreact`, `typescriptreact`, `mdx` |
|
|
150
|
+
| `html-symbol-entities` | | `markdown`, `asciidoc` |
|
|
151
|
+
| `html-symbol-entities` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
152
|
+
| `css` | | `javascriptreact`, `typescriptreact`, `mdx` |
|
|
153
|
+
| `css` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
154
|
+
| `css` | | `css`, `less`, `scss` |
|
|
155
|
+
| `fonts` | | `javascriptreact`, `typescriptreact`, `mdx` |
|
|
156
|
+
| `fonts` | | `html`, `pug`, `jade`, `php`, `handlebars` |
|
|
157
|
+
| `fonts` | | `css`, `less`, `scss` |
|
|
158
|
+
| `php` | | `php` |
|
|
159
|
+
|
|
116
160
|
<!--- @@inject-end: ./static/install.md --->
|
|
117
161
|
|
|
118
162
|
<!--- @@inject: ../../static/contributing.md --->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-cspell-bundle",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "Dictionaries included with the CSpell Command Line tool.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@cspell/dict-dotnet": "^5.0.10",
|
|
54
54
|
"@cspell/dict-elixir": "^4.0.8",
|
|
55
55
|
"@cspell/dict-en-common-misspellings": "^2.1.3",
|
|
56
|
-
"@cspell/dict-en-gb-mit": "^3.1.
|
|
57
|
-
"@cspell/dict-en_us": "^4.4.
|
|
56
|
+
"@cspell/dict-en-gb-mit": "^3.1.5",
|
|
57
|
+
"@cspell/dict-en_us": "^4.4.15",
|
|
58
58
|
"@cspell/dict-filetypes": "^3.0.13",
|
|
59
59
|
"@cspell/dict-flutter": "^1.1.1",
|
|
60
60
|
"@cspell/dict-fonts": "^4.0.5",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@cspell/dict-markdown": "^2.0.12",
|
|
78
78
|
"@cspell/dict-monkeyc": "^1.0.11",
|
|
79
79
|
"@cspell/dict-node": "^5.0.8",
|
|
80
|
-
"@cspell/dict-npm": "^5.2.
|
|
80
|
+
"@cspell/dict-npm": "^5.2.12",
|
|
81
81
|
"@cspell/dict-php": "^4.0.15",
|
|
82
82
|
"@cspell/dict-powershell": "^5.0.15",
|
|
83
83
|
"@cspell/dict-public-licenses": "^2.0.14",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"*.js",
|
|
100
100
|
"*.d.ts"
|
|
101
101
|
],
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "2488b6872181472ef3b7982e2cc839d6beb39ef7"
|
|
103
103
|
}
|