Skip to content

Commit b18c74c

Browse files
Added .sms to registry
1 parent 05ebb3f commit b18c74c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/registry.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,3 +531,6 @@ add_format(format"QOI", "qoif", ".qoi", [:QOI => UUID("4b34888f-f399-49d4-9bb3-4
531531

532532
# Bibliography files.
533533
add_format(format"BIB", (), [".bib"], [:Bibliography => UUID("f1be7e48-bf82-45af-a471-ae754a193061")])
534+
535+
# sparse matrices
536+
add_format(format"SMS", (), ".sms", [:Spasm => UUID("017bf598-072c-475c-a75e-c3e68736ce70")])

0 commit comments

Comments
 (0)