Skip to content

Commit

Permalink
Merge pull request #48 from silx-kit/jld2
Browse files Browse the repository at this point in the history
Open JLD2 files in H5Web
  • Loading branch information
axelboc authored Sep 16, 2024
2 parents f8d5ef6 + bb34cee commit 48fb9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 48fb9b9

Please sign in to comment.