Skip to content

Commit

Permalink
Merge pull request #182 from davidanthoff/vegalite
Browse files Browse the repository at this point in the history
Add support for Vega-Lite specifications
  • Loading branch information
SimonDanisch authored Jun 12, 2018
2 parents 59b9227 + 53194d1 commit 429b5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,3 +280,5 @@ add_format(format"FITS",
add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [:RawArray])

add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])

add_format(format"vegalite", (), [".vegalite"], [:VegaLite])

0 comments on commit 429b5a7

Please sign in to comment.