@cspell/filetypes 9.3.0 → 9.3.2
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/definitions.js +2 -0
- package/package.json +2 -2
package/dist/definitions.js
CHANGED
|
@@ -365,6 +365,8 @@ export const definitions = [
|
|
|
365
365
|
{ id: 'video', extensions: ['.avi', '.flv', '.mkv', '.mov', '.mp4', '.mpeg', '.mpg', '.wmv'], format: 'Binary' },
|
|
366
366
|
{ id: 'webm', extensions: ['.webm'], format: 'Binary', description: 'WebM is an audiovisual media file format.' },
|
|
367
367
|
{ id: 'wheel', extensions: ['.whl'], format: 'Binary' },
|
|
368
|
+
{ id: 'zig', extensions: ['.zig'], description: 'Zig programming language' },
|
|
369
|
+
{ id: 'zon', extensions: ['.zon'], description: 'Zig programming language package file' },
|
|
368
370
|
];
|
|
369
371
|
// cspell:ignoreRegExp /id: '.*?'/g
|
|
370
372
|
// cspell:ignoreRegExp /extensions: \[[^\]]*?\]/g
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
7
|
-
"version": "9.3.
|
|
7
|
+
"version": "9.3.2",
|
|
8
8
|
"description": "Library to determine file types based upon the file name.",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"cspell",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=20"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "595bde79b4a5abf3256b71129995ec3601454b02"
|
|
55
55
|
}
|