Commit a48c77ec authored by Marek Polewski's avatar Marek Polewski

Add GoEscape plugin thats higlights Golang object placed on heap

parent c2a500ec
...@@ -888,6 +888,18 @@ ...@@ -888,6 +888,18 @@
} }
] ]
}, },
{
"name": "GoEscape",
"details": "https://bitbucket.org/shellzen/goescape",
"labels": ["go"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["linux"],
"tags": true
}
]
},
{ {
"details": "https://github.com/Manrich121/goFindCallers", "details": "https://github.com/Manrich121/goFindCallers",
"labels": ["go"], "labels": ["go"],
......
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