Commit 75c4ec86 authored by Sol Toder's avatar Sol Toder Committed by Will Bond

Add Minecraft function file syntax definition (#6318)

* Add MCFunction

* Add "minecraft" label

* Correct supported ST version

* Update Sublime version to >=3092
parent f992701e
...@@ -891,6 +891,17 @@ ...@@ -891,6 +891,17 @@
} }
] ]
}, },
{
"name": "MCFunction",
"details": "https://github.com/AjaxGb/Sublime-MCFunction",
"labels": ["language syntax", "minecraft"],
"releases": [
{
"sublime_text": ">=3092",
"tags": true
}
]
},
{ {
"name": "MDL Language", "name": "MDL Language",
"details": "https://github.com/ardenpm/sublime-mdl-language", "details": "https://github.com/ardenpm/sublime-mdl-language",
......
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