Commit bf2f25f7 authored by FichteFoll's avatar FichteFoll

Switch "GL Shader Validator" and "GM Syntax" order

parent 165a6f2f
...@@ -205,22 +205,22 @@ ...@@ -205,22 +205,22 @@
] ]
}, },
{ {
"name": "GM Syntax", "name": "GL Shader Validator",
"details": "https://github.com/andyp123/GMSyntax", "details": "https://github.com/WebGLTools/GL-Shader-Validator",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/andyp123/GMSyntax/tree/master" "details": "https://github.com/WebGLTools/GL-Shader-Validator/tree/master"
} }
] ]
}, },
{ {
"name": "GL Shader Validator", "name": "GM Syntax",
"details": "https://github.com/WebGLTools/GL-Shader-Validator", "details": "https://github.com/andyp123/GMSyntax",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/WebGLTools/GL-Shader-Validator/tree/master" "details": "https://github.com/andyp123/GMSyntax/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