cspell-lib 5.13.0 → 5.13.4
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/dist/LanguageIds.js +5 -1
- package/package.json +12 -12
package/dist/LanguageIds.js
CHANGED
|
@@ -22,6 +22,7 @@ exports.languageExtensionDefinitions = [
|
|
|
22
22
|
},
|
|
23
23
|
{ id: 'csharp', extensions: ['.cs'] },
|
|
24
24
|
{ id: 'css', extensions: ['.css'] },
|
|
25
|
+
{ id: 'dhall', extensions: ['.dhall'] },
|
|
25
26
|
{ id: 'diff', extensions: ['.diff', '.patch', '.rej'] },
|
|
26
27
|
{ id: 'dockerfile', extensions: ['.dockerfile'] },
|
|
27
28
|
{ id: 'elixir', extensions: ['.ex', '.exs'] },
|
|
@@ -46,18 +47,21 @@ exports.languageExtensionDefinitions = [
|
|
|
46
47
|
},
|
|
47
48
|
{ id: 'jsonc', extensions: ['.jsonc'] },
|
|
48
49
|
{ id: 'jsonc', extensions: [], filenames: ['.code-workspace'] },
|
|
50
|
+
{ id: 'jungle', extensions: ['.jungle'] },
|
|
49
51
|
{ id: 'less', extensions: ['.less'] },
|
|
50
52
|
{ id: 'literate haskell', extensions: ['.lhs'] },
|
|
51
53
|
{ id: 'lua', extensions: ['.lua'] },
|
|
52
54
|
{ id: 'makefile', extensions: ['.mk'] },
|
|
53
55
|
{ id: 'markdown', extensions: ['.md', '.mdown', '.markdown', '.markdn'] },
|
|
54
56
|
{ id: 'mdx', extensions: ['.mdx'] },
|
|
57
|
+
{ id: 'monkeyc', extensions: ['.mc', '.mb'] },
|
|
55
58
|
{ id: 'objective-c', extensions: ['.m'] },
|
|
56
59
|
{ id: 'perl', extensions: ['.pl', '.pm', '.pod', '.t', '.PL', '.psgi'] },
|
|
57
60
|
{ id: 'perl6', extensions: ['.p6', '.pl6', '.pm6', '.nqp'] },
|
|
58
61
|
{ id: 'php', extensions: ['.php', '.php4', '.php5', '.phtml', '.ctp'] },
|
|
59
62
|
{ id: 'plaintext', extensions: ['.txt'] },
|
|
60
63
|
{ id: 'powershell', extensions: ['.ps1', '.psm1', '.psd1', '.pssc', '.psrc'] },
|
|
64
|
+
{ id: 'purescript', extensions: ['.purs'] },
|
|
61
65
|
{ id: 'python', extensions: ['.py', '.rpy', '.pyw', '.cpy', '.gyp', '.gypi'] },
|
|
62
66
|
{ id: 'r', extensions: ['.r', '.rhistory', '.rprofile', '.rt'] },
|
|
63
67
|
{ id: 'razor', extensions: ['.cshtml'] },
|
|
@@ -92,7 +96,7 @@ exports.languageExtensionDefinitions = [
|
|
|
92
96
|
{ id: 'sql', extensions: ['.sql', '.dsql'] },
|
|
93
97
|
{ id: 'swift', extensions: ['.swift'] },
|
|
94
98
|
{ id: 'toml', extensions: ['.toml'] },
|
|
95
|
-
{ id: 'typescript', extensions: ['.ts'] },
|
|
99
|
+
{ id: 'typescript', extensions: ['.ts', '.cts', '.mts'] },
|
|
96
100
|
{ id: 'typescriptreact', extensions: ['.tsx'] },
|
|
97
101
|
{ id: 'vb', extensions: ['.vb', '.brs', '.vbs', '.bas'] },
|
|
98
102
|
{ id: 'vue', extensions: ['.vue'] },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-lib",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.4",
|
|
4
4
|
"description": "A library of useful functions used across various cspell tools.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@cspell/cspell-bundled-dicts": "^5.13.
|
|
51
|
-
"@cspell/cspell-types": "^5.13.
|
|
50
|
+
"@cspell/cspell-bundled-dicts": "^5.13.4",
|
|
51
|
+
"@cspell/cspell-types": "^5.13.4",
|
|
52
52
|
"clear-module": "^4.1.2",
|
|
53
53
|
"comment-json": "^4.1.1",
|
|
54
54
|
"configstore": "^5.0.1",
|
|
55
55
|
"cosmiconfig": "^7.0.1",
|
|
56
|
-
"cspell-glob": "^5.13.
|
|
57
|
-
"cspell-io": "^5.13.
|
|
58
|
-
"cspell-trie-lib": "^5.13.
|
|
56
|
+
"cspell-glob": "^5.13.4",
|
|
57
|
+
"cspell-io": "^5.13.4",
|
|
58
|
+
"cspell-trie-lib": "^5.13.4",
|
|
59
59
|
"find-up": "^5.0.0",
|
|
60
60
|
"fs-extra": "^10.0.0",
|
|
61
61
|
"gensequence": "^3.1.1",
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
"@cspell/dict-fa-ir": "^1.0.17",
|
|
75
75
|
"@cspell/dict-fr-fr": "^2.0.1",
|
|
76
76
|
"@cspell/dict-html": "^1.1.9",
|
|
77
|
-
"@cspell/dict-nl-nl": "^2.1.
|
|
77
|
+
"@cspell/dict-nl-nl": "^2.1.1",
|
|
78
78
|
"@cspell/dict-python": "^2.0.5",
|
|
79
79
|
"@types/configstore": "^5.0.1",
|
|
80
80
|
"@types/fs-extra": "^9.0.13",
|
|
81
|
-
"@types/jest": "^27.0.
|
|
82
|
-
"@types/node": "^16.11.
|
|
81
|
+
"@types/jest": "^27.0.3",
|
|
82
|
+
"@types/node": "^16.11.14",
|
|
83
83
|
"cspell-dict-nl-nl": "^1.1.2",
|
|
84
|
-
"jest": "^27.
|
|
84
|
+
"jest": "^27.4.5",
|
|
85
85
|
"lorem-ipsum": "^2.0.4",
|
|
86
86
|
"rimraf": "^3.0.2",
|
|
87
|
-
"ts-jest": "^27.
|
|
87
|
+
"ts-jest": "^27.1.2"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "cf6ef9e6137af46d1a7ebd83600c05a4892c4814"
|
|
90
90
|
}
|