Skip to content

Commit 429b5a7

Browse files
authored
Merge pull request #182 from davidanthoff/vegalite
Add support for Vega-Lite specifications
2 parents 59b9227 + 53194d1 commit 429b5a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/registry.jl

+2
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,5 @@ add_format(format"FITS",
280280
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])
281281

282282
add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])
283+
284+
add_format(format"vegalite", (), [".vegalite"], [:VegaLite])

0 commit comments

Comments
 (0)