We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59b9227 + 53194d1 commit 429b5a7Copy full SHA for 429b5a7
src/registry.jl
@@ -280,3 +280,5 @@ add_format(format"FITS",
280
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])
281
282
add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])
283
+
284
+add_format(format"vegalite", (), [".vegalite"], [:VegaLite])
0 commit comments