@cspell/dict-cspell-bundle 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/cspell-ext.json +55 -0
  2. package/package.json +56 -55
package/cspell-ext.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "@cspell/dict-lorem-ipsum/cspell-ext.json",
40
40
  "@cspell/dict-lua/cspell-ext.json",
41
41
  "@cspell/dict-makefile/cspell-ext.json",
42
+ "@cspell/dict-markdown/cspell-ext.json",
42
43
  "@cspell/dict-monkeyc/cspell-ext.json",
43
44
  "@cspell/dict-node/cspell-ext.json",
44
45
  "@cspell/dict-npm/cspell-ext.json",
@@ -57,5 +58,59 @@
57
58
  "@cspell/dict-terraform/cspell-ext.json",
58
59
  "@cspell/dict-typescript/cspell-ext.json",
59
60
  "@cspell/dict-vue/cspell-ext.json"
61
+ ],
62
+ "languageSettings": [
63
+ {
64
+ "languageId": "javascript,javascriptreact",
65
+ "dictionaries": ["typescript", "node", "npm"]
66
+ },
67
+ {
68
+ "languageId": "typescript,typescriptreact,mdx",
69
+ "dictionaries": ["typescript", "node", "npm"]
70
+ },
71
+ {
72
+ "languageId": "javascriptreact,typescriptreact,mdx",
73
+ "dictionaries": ["html", "html-symbol-entities", "css", "fonts"]
74
+ },
75
+ {
76
+ "languageId": "markdown,asciidoc",
77
+ "dictionaries": ["npm", "html", "html-symbol-entities"]
78
+ },
79
+ {
80
+ "languageId": "html,pug,jade,php,handlebars",
81
+ "dictionaries": ["html", "fonts", "typescript", "css", "npm", "html-symbol-entities"]
82
+ },
83
+ {
84
+ "languageId": "json,jsonc",
85
+ "dictionaries": ["node", "npm"]
86
+ },
87
+ {
88
+ "languageId": "php",
89
+ "dictionaries": ["php"]
90
+ },
91
+ {
92
+ "languageId": "css,less,scss",
93
+ "dictionaries": ["fonts", "css"]
94
+ },
95
+ {
96
+ "languageId": "map",
97
+ "enabled": false
98
+ },
99
+ {
100
+ "languageId": "image",
101
+ "enabled": false
102
+ },
103
+ {
104
+ "languageId": "binary",
105
+ "enabled": false
106
+ },
107
+ {
108
+ "languageId": "markdown,html,mdx",
109
+ "ignoreRegExpList": ["HTML-symbol-entity"]
110
+ },
111
+ {
112
+ "languageId": "html",
113
+ "ignoreRegExpList": ["href"]
114
+ }
60
115
  ]
61
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-cspell-bundle",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Dictionaries included with the CSpell Command Line tool.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -13,7 +13,7 @@
13
13
  "./cspell-ext.json": "./cspell-ext.json"
14
14
  },
15
15
  "scripts": {
16
- "build": "node ./scripts/build.mjs",
16
+ "build": "node ./scripts/build.mjs && prettier cspell-ext.json --write ",
17
17
  "test": "cspell --no-default-configuration .",
18
18
  "prepublishOnly": "echo OK",
19
19
  "prepare:dictionary": "pnpm run build"
@@ -37,63 +37,64 @@
37
37
  },
38
38
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cspell#readme",
39
39
  "dependencies": {
40
- "@cspell/dict-ada": "4.0.5",
41
- "@cspell/dict-aws": "4.0.7",
42
- "@cspell/dict-bash": "4.1.8",
43
- "@cspell/dict-companies": "3.1.7",
44
- "@cspell/dict-cpp": "5.1.22",
45
- "@cspell/dict-cryptocurrencies": "5.0.3",
46
- "@cspell/dict-csharp": "4.0.5",
47
- "@cspell/dict-css": "4.0.16",
48
- "@cspell/dict-dart": "2.2.4",
49
- "@cspell/dict-django": "4.1.3",
50
- "@cspell/dict-docker": "1.1.11",
51
- "@cspell/dict-dotnet": "5.0.8",
52
- "@cspell/dict-elixir": "4.0.6",
53
- "@cspell/dict-en-common-misspellings": "2.0.7",
54
- "@cspell/dict-en_us": "4.3.26",
55
- "@cspell/dict-filetypes": "3.0.7",
56
- "@cspell/dict-flutter": "1.0.3",
57
- "@cspell/dict-fonts": "4.0.3",
58
- "@cspell/dict-fsharp": "1.0.4",
59
- "@cspell/dict-fullstack": "3.2.3",
60
- "@cspell/dict-gaming-terms": "1.0.8",
61
- "@cspell/dict-git": "3.0.3",
62
- "@cspell/dict-golang": "6.0.16",
63
- "@cspell/dict-google": "1.0.4",
64
- "@cspell/dict-haskell": "4.0.4",
65
- "@cspell/dict-html": "4.0.9",
66
- "@cspell/dict-html-symbol-entities": "4.0.3",
67
- "@cspell/dict-java": "5.0.10",
68
- "@cspell/dict-julia": "1.0.4",
69
- "@cspell/dict-k8s": "1.0.9",
70
- "@cspell/dict-latex": "4.0.3",
71
- "@cspell/dict-lorem-ipsum": "4.0.3",
72
- "@cspell/dict-lua": "4.0.6",
73
- "@cspell/dict-makefile": "1.0.3",
74
- "@cspell/dict-monkeyc": "1.0.9",
75
- "@cspell/dict-node": "5.0.4",
76
- "@cspell/dict-npm": "5.1.8",
77
- "@cspell/dict-php": "4.0.13",
78
- "@cspell/dict-powershell": "5.0.13",
79
- "@cspell/dict-public-licenses": "2.0.11",
80
- "@cspell/dict-python": "4.2.12",
81
- "@cspell/dict-r": "2.0.4",
82
- "@cspell/dict-ruby": "5.0.7",
83
- "@cspell/dict-rust": "4.0.9",
84
- "@cspell/dict-scala": "5.0.6",
85
- "@cspell/dict-software-terms": "4.1.11",
86
- "@cspell/dict-sql": "2.1.8",
87
- "@cspell/dict-svelte": "1.0.5",
88
- "@cspell/dict-swift": "2.0.4",
89
- "@cspell/dict-terraform": "1.0.5",
90
- "@cspell/dict-typescript": "3.1.10",
91
- "@cspell/dict-vue": "3.0.3"
40
+ "@cspell/dict-ada": "^4.0.5",
41
+ "@cspell/dict-aws": "^4.0.7",
42
+ "@cspell/dict-bash": "^4.1.8",
43
+ "@cspell/dict-companies": "^3.1.7",
44
+ "@cspell/dict-cpp": "^5.1.22",
45
+ "@cspell/dict-cryptocurrencies": "^5.0.3",
46
+ "@cspell/dict-csharp": "^4.0.5",
47
+ "@cspell/dict-css": "^4.0.16",
48
+ "@cspell/dict-dart": "^2.2.4",
49
+ "@cspell/dict-django": "^4.1.3",
50
+ "@cspell/dict-docker": "^1.1.11",
51
+ "@cspell/dict-dotnet": "^5.0.8",
52
+ "@cspell/dict-elixir": "^4.0.6",
53
+ "@cspell/dict-en-common-misspellings": "^2.0.7",
54
+ "@cspell/dict-en_us": "^4.3.26",
55
+ "@cspell/dict-filetypes": "^3.0.8",
56
+ "@cspell/dict-flutter": "^1.0.3",
57
+ "@cspell/dict-fonts": "^4.0.3",
58
+ "@cspell/dict-fsharp": "^1.0.4",
59
+ "@cspell/dict-fullstack": "^3.2.3",
60
+ "@cspell/dict-gaming-terms": "^1.0.8",
61
+ "@cspell/dict-git": "^3.0.3",
62
+ "@cspell/dict-golang": "^6.0.16",
63
+ "@cspell/dict-google": "^1.0.4",
64
+ "@cspell/dict-haskell": "^4.0.4",
65
+ "@cspell/dict-html": "^4.0.10",
66
+ "@cspell/dict-html-symbol-entities": "^4.0.3",
67
+ "@cspell/dict-java": "^5.0.10",
68
+ "@cspell/dict-julia": "^1.0.4",
69
+ "@cspell/dict-k8s": "^1.0.9",
70
+ "@cspell/dict-latex": "^4.0.3",
71
+ "@cspell/dict-lorem-ipsum": "^4.0.3",
72
+ "@cspell/dict-lua": "^4.0.6",
73
+ "@cspell/dict-makefile": "^1.0.3",
74
+ "@cspell/dict-markdown": "^2.0.6",
75
+ "@cspell/dict-monkeyc": "^1.0.9",
76
+ "@cspell/dict-node": "^5.0.4",
77
+ "@cspell/dict-npm": "^5.1.8",
78
+ "@cspell/dict-php": "^4.0.13",
79
+ "@cspell/dict-powershell": "^5.0.13",
80
+ "@cspell/dict-public-licenses": "^2.0.11",
81
+ "@cspell/dict-python": "^4.2.12",
82
+ "@cspell/dict-r": "^2.0.4",
83
+ "@cspell/dict-ruby": "^5.0.7",
84
+ "@cspell/dict-rust": "^4.0.9",
85
+ "@cspell/dict-scala": "^5.0.6",
86
+ "@cspell/dict-software-terms": "^4.1.11",
87
+ "@cspell/dict-sql": "^2.1.8",
88
+ "@cspell/dict-svelte": "^1.0.5",
89
+ "@cspell/dict-swift": "^2.0.4",
90
+ "@cspell/dict-terraform": "^1.0.5",
91
+ "@cspell/dict-typescript": "^3.1.11",
92
+ "@cspell/dict-vue": "^3.0.3"
92
93
  },
93
94
  "files": [
94
95
  "cspell-ext.json",
95
96
  "*.js",
96
97
  "*.d.ts"
97
98
  ],
98
- "gitHead": "852d7df8a5fc1a03fb3589c0194817e00cc50203"
99
+ "gitHead": "38636d5320b67733d319a5e77ae8de68f52ff631"
99
100
  }