@cspell/dict-ar 1.1.6 → 1.1.7
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 +3 -3
- package/ar.trie.gz +0 -0
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Add the following to your VSCode settings:
|
|
|
81
81
|
|
|
82
82
|
```jsonc
|
|
83
83
|
{
|
|
84
|
-
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar/cspell-ext.json"],
|
|
84
|
+
"cSpell.import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json"],
|
|
85
85
|
"cSpell.language": "ar",
|
|
86
86
|
}
|
|
87
87
|
```
|
|
@@ -95,7 +95,7 @@ Add the following to your VSCode settings:
|
|
|
95
95
|
|
|
96
96
|
```jsonc
|
|
97
97
|
{
|
|
98
|
-
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar/cspell-ext.json"],
|
|
98
|
+
"import": ["https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json"],
|
|
99
99
|
"language": "ar",
|
|
100
100
|
}
|
|
101
101
|
```
|
|
@@ -109,7 +109,7 @@ Add the following to your VSCode settings:
|
|
|
109
109
|
|
|
110
110
|
```yaml
|
|
111
111
|
import:
|
|
112
|
-
- https://cdn.jsdelivr.net/npm/@cspell/dict-ar/cspell-ext.json
|
|
112
|
+
- https://cdn.jsdelivr.net/npm/@cspell/dict-ar@1/cspell-ext.json
|
|
113
113
|
language: ar
|
|
114
114
|
```
|
|
115
115
|
|
package/ar.trie.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-ar",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Arabic dictionary for CSpell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -12,9 +12,8 @@
|
|
|
12
12
|
"./cspell-ext.json": "./cspell-ext.json"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli build
|
|
16
|
-
"
|
|
17
|
-
"conditional-build": "pnpm run --silent checksum || pnpm run build",
|
|
15
|
+
"build": "cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli build",
|
|
16
|
+
"conditional-build": "pnpm run build --conditional",
|
|
18
17
|
"lint": "pnpm prettier -w \"**/*.{md,json}\"",
|
|
19
18
|
"gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
|
|
20
19
|
"test-ar": "pipe-cmds \"hunspell-reader words -m 0 -n 1000 \\\"src/ayaspell/ar.dic\\\"\" \"cspell -c ./cspell-ext.json \\\"--locale=ar\\\" \\\"--languageId=*\\\" stdin\"",
|
|
@@ -54,5 +53,5 @@
|
|
|
54
53
|
"*.js",
|
|
55
54
|
"*.d.ts"
|
|
56
55
|
],
|
|
57
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "a25b3ba911ef8bdc9c54326481b4c86dc8d2d687"
|
|
58
57
|
}
|