Commit c43a984f authored by FichteFoll's avatar FichteFoll

Fix m.json order

#2164 broke this and I didn't notice :/
parent c2faaaaf
...@@ -376,22 +376,22 @@ ...@@ -376,22 +376,22 @@
] ]
}, },
{ {
"name": "MetaQuotes (MQL4) Language Package", "name": "MetaQuotes (MQL4) Compiler",
"details": "https://github.com/currencysecrets/mql4", "details": "https://github.com/IlanFrumer/mql4compiler",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"details": "https://github.com/currencysecrets/mql4/tree/master" "details": "https://github.com/IlanFrumer/mql4compiler/tags"
} }
] ]
}, },
{ {
"name": "MetaQuotes (MQL4) Compiler", "name": "MetaQuotes (MQL4) Language Package",
"details": "https://github.com/IlanFrumer/mql4compiler", "details": "https://github.com/currencysecrets/mql4",
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": "*",
"details": "https://github.com/IlanFrumer/mql4compiler/tags" "details": "https://github.com/currencysecrets/mql4/tree/master"
} }
] ]
}, },
......
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