Unverified Commit f4764a8d authored by FichteFoll's avatar FichteFoll Committed by GitHub

Restrict ST2 to older versions of Elm Language Support (#6711)

parents f4ddeb4a 6bfd0a46
...@@ -489,7 +489,11 @@ ...@@ -489,7 +489,11 @@
"previous_names": ["Elm Syntax Highlighting"], "previous_names": ["Elm Syntax Highlighting"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3092",
"tags": "st2-"
},
{
"sublime_text": ">=3092",
"tags": true "tags": true
} }
] ]
......
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