@cspell/dict-mn-mn 1.2.1 → 1.2.3
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 +21 -7
- package/dict/mn-mn.trie.gz +0 -0
- package/package.json +2 -2
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 @@ language: mn, mn-MN
|
|
|
68
68
|
|
|
69
69
|
</details>
|
|
70
70
|
|
|
71
|
+
## Local Installation using CDN
|
|
72
|
+
|
|
71
73
|
## CDN Configuration
|
|
72
74
|
|
|
73
75
|
<details>
|
|
@@ -79,7 +81,7 @@ Add the following to your VSCode settings:
|
|
|
79
81
|
|
|
80
82
|
```jsonc
|
|
81
83
|
{
|
|
82
|
-
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn
|
|
84
|
+
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn/cspell-ext.json"],
|
|
83
85
|
"cSpell.language": "mn, mn-MN",
|
|
84
86
|
}
|
|
85
87
|
```
|
|
@@ -87,13 +89,13 @@ 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
|
|
|
94
96
|
```jsonc
|
|
95
97
|
{
|
|
96
|
-
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn
|
|
98
|
+
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn/cspell-ext.json"],
|
|
97
99
|
"language": "mn, mn-MN",
|
|
98
100
|
}
|
|
99
101
|
```
|
|
@@ -101,18 +103,30 @@ 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
|
|
|
108
110
|
```yaml
|
|
109
111
|
import:
|
|
110
|
-
- https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn
|
|
112
|
+
- https://cdn.jsdelivr.net/npm/@cspell/dict-mn-mn/cspell-ext.json
|
|
111
113
|
language: mn, mn-MN
|
|
112
114
|
```
|
|
113
115
|
|
|
114
116
|
</details>
|
|
115
117
|
|
|
118
|
+
## Dictionary Information
|
|
119
|
+
|
|
120
|
+
| Name | Enabled | Description |
|
|
121
|
+
| ------- | ------- | --------------------- |
|
|
122
|
+
| `mn-mn` | | Mongolian dictionary. |
|
|
123
|
+
|
|
124
|
+
## Language Settings
|
|
125
|
+
|
|
126
|
+
| Name | Locale | File Type |
|
|
127
|
+
| ------- | ------------- | --------- |
|
|
128
|
+
| `mn-mn` | `mn`, `mn-MN` | `*` |
|
|
129
|
+
|
|
116
130
|
<!--- @@inject-end: ./static/install.md --->
|
|
117
131
|
|
|
118
132
|
<!--- @@inject: ../../static/contributing.md --->
|
package/dict/mn-mn.trie.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-mn-mn",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Mongolian dictionary for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"*.js",
|
|
51
51
|
"*.d.ts"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "90140e96a0552dbb15c0e9e95a391b7a32401292"
|
|
54
54
|
}
|