diff --git a/README.md b/README.md index a9889fd..be4082a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ following file extensions: `.h5`, `.hdf`, `.hdf5`, `.nx` `.cxi` ([Coherent X-ray Imaging](https://raw.githubusercontent.com/cxidb/CXI/master/cxi_file_format.pdf)), `.nc` ([netCDF4](https://docs.unidata.ucar.edu/nug/current/)), `.nc4`, -[`.loom`](http://linnarssonlab.org/loompy/format/). +[`.loom`](http://linnarssonlab.org/loompy/format/), +[`jld2`](https://github.com/JuliaIO/JLD2.jl). To add more extensions, don't hesitate to [open an issue](https://github.com/silx-kit/vscode-h5web/issues/new) or diff --git a/package.json b/package.json index 0240d95..65976d2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "displayName": "H5Web", "selector": [ { - "filenamePattern": "*.{h5,hdf,hdf5,nx,nxs,nx5,nexus,cxi,nc,nc4,loom}" + "filenamePattern": "*.{h5,hdf,hdf5,nx,nxs,nx5,nexus,cxi,nc,nc4,loom,jld2}" } ], "priority": "default"