Commit c66090d6 authored by bfelder's avatar bfelder Committed by GitHub

Replaced Wrapper with WrapIt

Original author @lattespirit offered to remove Wrapper from the channel in favor of a new strongly enhanced version.
See here: https://github.com/lattespirit/SublimeWrapper/issues/7

WrapIt shares the core function of Wrapper but is a complete rewrite and adds support for custom wrappers and key bindings.
parent 66cea675
......@@ -860,10 +860,13 @@
]
},
{
"name": "Wrapper",
"name": "WrapIt",
"description": "Wrap Contents With Specific Code",
"details": "https://github.com/lattespirit/SublimeWrapper",
"author": "Lattespirit",
"details": "https://github.com/bfelder/WrapIt",
"readme": "https://github.com/bfelder/WrapIt/blob/master/README.md",
"author": "bfelder",
"previous_names": ["Wrapper"],
"labels": ["text manipulation"],
"releases": [
{
"sublime_text": ">=3000",
......
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