cspell-lib 8.6.0 → 8.7.0
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/esm/LanguageIds.js +6 -1
- package/package.json +16 -15
package/dist/esm/LanguageIds.js
CHANGED
|
@@ -24,7 +24,8 @@ export const languageExtensionDefinitions = [
|
|
|
24
24
|
{ id: 'css', extensions: ['.css'] },
|
|
25
25
|
{ id: 'dhall', extensions: ['.dhall'] },
|
|
26
26
|
{ id: 'diff', extensions: ['.diff', '.patch', '.rej'] },
|
|
27
|
-
{ id: 'dockerfile', extensions: ['.dockerfile'], filenames: ['Dockerfile', 'dockerfile'] },
|
|
27
|
+
{ id: 'dockerfile', extensions: ['.dockerfile'], filenames: ['Dockerfile', 'dockerfile', 'Dockerfile.dev'] },
|
|
28
|
+
{ id: 'elisp', extensions: ['.el'] },
|
|
28
29
|
{ id: 'elixir', extensions: ['.ex', '.exs'] },
|
|
29
30
|
{ id: 'fsharp', extensions: ['.fs', '.fsi', '.fsx', '.fsscript'] },
|
|
30
31
|
{ id: 'go', extensions: ['.go'] },
|
|
@@ -47,8 +48,10 @@ export const languageExtensionDefinitions = [
|
|
|
47
48
|
},
|
|
48
49
|
{ id: 'jsonc', extensions: ['.jsonc'] },
|
|
49
50
|
{ id: 'jsonc', extensions: ['.code-workspace'], filenames: ['.code-workspace'] },
|
|
51
|
+
{ id: 'julia', extensions: ['.jl'] },
|
|
50
52
|
{ id: 'jungle', extensions: ['.jungle'] },
|
|
51
53
|
{ id: 'less', extensions: ['.less'] },
|
|
54
|
+
{ id: 'lisp', extensions: ['.lisp', '.lsp', '.l', '.fasl'] },
|
|
52
55
|
{ id: 'literate haskell', extensions: ['.lhs'] },
|
|
53
56
|
{ id: 'lua', extensions: ['.lua'] },
|
|
54
57
|
{ id: 'makefile', extensions: ['.mk'], filenames: ['makefile'] },
|
|
@@ -97,6 +100,8 @@ export const languageExtensionDefinitions = [
|
|
|
97
100
|
{ id: 'svelte', extensions: ['.svelte'] },
|
|
98
101
|
{ id: 'swift', extensions: ['.swift'] },
|
|
99
102
|
{ id: 'toml', extensions: ['.toml'] },
|
|
103
|
+
{ id: 'terraform', extensions: ['.tf', '.tf.json'] },
|
|
104
|
+
{ id: 'tfvars', extensions: ['.tfvars'], description: 'Terraform Variables' },
|
|
100
105
|
{ id: 'typescript', extensions: ['.ts', '.cts', '.mts'] },
|
|
101
106
|
{ id: 'typescriptreact', extensions: ['.tsx'] },
|
|
102
107
|
{ id: 'vb', extensions: ['.vb', '.brs', '.vbs', '.bas'] },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-lib",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.7.0",
|
|
4
4
|
"description": "A library of useful functions used across various cspell tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
|
-
"url": "
|
|
41
|
+
"url": "https://github.com/streetsidesoftware/cspell.git",
|
|
42
|
+
"directory": "packages/cspell-lib"
|
|
42
43
|
},
|
|
43
44
|
"keywords": [
|
|
44
45
|
"spell",
|
|
@@ -58,21 +59,21 @@
|
|
|
58
59
|
},
|
|
59
60
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
60
61
|
"dependencies": {
|
|
61
|
-
"@cspell/cspell-bundled-dicts": "8.
|
|
62
|
-
"@cspell/cspell-pipe": "8.
|
|
63
|
-
"@cspell/cspell-resolver": "8.
|
|
64
|
-
"@cspell/cspell-types": "8.
|
|
65
|
-
"@cspell/dynamic-import": "8.
|
|
66
|
-
"@cspell/strong-weak-map": "8.
|
|
62
|
+
"@cspell/cspell-bundled-dicts": "8.7.0",
|
|
63
|
+
"@cspell/cspell-pipe": "8.7.0",
|
|
64
|
+
"@cspell/cspell-resolver": "8.7.0",
|
|
65
|
+
"@cspell/cspell-types": "8.7.0",
|
|
66
|
+
"@cspell/dynamic-import": "8.7.0",
|
|
67
|
+
"@cspell/strong-weak-map": "8.7.0",
|
|
67
68
|
"clear-module": "^4.1.2",
|
|
68
69
|
"comment-json": "^4.2.3",
|
|
69
70
|
"configstore": "^6.0.0",
|
|
70
|
-
"cspell-config-lib": "8.
|
|
71
|
-
"cspell-dictionary": "8.
|
|
72
|
-
"cspell-glob": "8.
|
|
73
|
-
"cspell-grammar": "8.
|
|
74
|
-
"cspell-io": "8.
|
|
75
|
-
"cspell-trie-lib": "8.
|
|
71
|
+
"cspell-config-lib": "8.7.0",
|
|
72
|
+
"cspell-dictionary": "8.7.0",
|
|
73
|
+
"cspell-glob": "8.7.0",
|
|
74
|
+
"cspell-grammar": "8.7.0",
|
|
75
|
+
"cspell-io": "8.7.0",
|
|
76
|
+
"cspell-trie-lib": "8.7.0",
|
|
76
77
|
"fast-equals": "^5.0.1",
|
|
77
78
|
"gensequence": "^7.0.0",
|
|
78
79
|
"import-fresh": "^3.3.0",
|
|
@@ -97,5 +98,5 @@
|
|
|
97
98
|
"leaked-handles": "^5.2.0",
|
|
98
99
|
"lorem-ipsum": "^2.0.8"
|
|
99
100
|
},
|
|
100
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "5318079ed11fe77e981287ecf1c40d6f28dd91ed"
|
|
101
102
|
}
|