Commit f277f5e1 authored by Jonathan Chambers's avatar Jonathan Chambers

added previous_names, fix alphabetic

parent 2a090352
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
}, },
{ {
"name": "AcademicMarkdown", "name": "AcademicMarkdown",
"previous_names": [
"Academic Markdown"
],
"details": "https://github.com/mangecoeur/AcademicMarkdown", "details": "https://github.com/mangecoeur/AcademicMarkdown",
"labels": ["language syntax"], "labels": ["language syntax"],
"releases": [ "releases": [
......
...@@ -425,24 +425,24 @@ ...@@ -425,24 +425,24 @@
] ]
}, },
{ {
"name": "Citer", "name": "Cirru",
"details": "https://github.com/mangecoeur/Citer", "details": "https://github.com/cirru/sublime-cirru",
"labels": ["citation academic markdown"], "labels": ["language syntax"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/mangecoeur/Citer/tags" "details": "https://github.com/cirru/sublime-cirru/tree/master"
} }
] ]
}, },
{ {
"name": "Cirru", "name": "Citer",
"details": "https://github.com/cirru/sublime-cirru", "details": "https://github.com/mangecoeur/Citer",
"labels": ["language syntax"], "labels": ["citation academic markdown"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/cirru/sublime-cirru/tree/master" "details": "https://github.com/mangecoeur/Citer/tags"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment