Skip to content

Commit

Permalink
Merge pull request #185 from davidanthoff/vega
Browse files Browse the repository at this point in the history
Register vega file type
  • Loading branch information
SimonDanisch committed Jun 13, 2019
2 parents 9d46fe7 + b675bd1 commit 5899fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,6 @@ add_format(format"RawArray", [0x61,0x72,0x61,0x77,0x72,0x72,0x79,0x61], ".ra", [
add_format(format"MetaImage", "ObjectType", ".mhd", [:MetaImageFormat])

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

add_format(format"FCS", "FCS", [".fcs"], [:FCSFiles])
add_format(format"FCS", "FCS", [".fcs"], [:FCSFiles])

0 comments on commit 5899fed

Please sign in to comment.