Commit 2b7e731f authored by Rajesh Vaya's avatar Rajesh Vaya
parents 8c62ffde 27877890
...@@ -412,6 +412,16 @@ ...@@ -412,6 +412,16 @@
} }
] ]
}, },
{
"name": "Blade Spacer",
"details": "https://github.com/austenc/blade-spacer",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/austenc/blade-spacer/tree/master"
}
]
},
{ {
"name": "BlameHighlighter", "name": "BlameHighlighter",
"details": "https://github.com/skyronic/BlameHighlighter", "details": "https://github.com/skyronic/BlameHighlighter",
......
...@@ -1957,6 +1957,10 @@ ...@@ -1957,6 +1957,10 @@
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/fitnr/SublimeCSSTidy/tree/st2"
},
{
"sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeCSSTidy/tree/master" "details": "https://github.com/fitnr/SublimeCSSTidy/tree/master"
} }
] ]
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
}, },
{ {
"sublime_text": ">2999", "sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/st3" "details": "https://github.com/fitnr/SublimeDataConverter/tree/master"
} }
] ]
}, },
......
...@@ -265,6 +265,16 @@ ...@@ -265,6 +265,16 @@
} }
] ]
}, },
{
"name": "Inline Google Translate",
"details": "https://github.com/MtimerCMS/SublimeText-Google-Translate-Plugin",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/MtimerCMS/SublimeText-Google-Translate-Plugin/tags"
}
]
},
{ {
"name": "Inline Python", "name": "Inline Python",
"details": "https://github.com/apiad/Sublime-InlinePython", "details": "https://github.com/apiad/Sublime-InlinePython",
......
...@@ -1200,6 +1200,16 @@ ...@@ -1200,6 +1200,16 @@
} }
] ]
}, },
{
"name": "Project Port",
"details": "https://github.com/mawiseman/Sublime-Project-Port",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/mawiseman/Sublime-Project-Port/tags"
}
]
},
{ {
"name": "Project Sync", "name": "Project Sync",
"details": "https://github.com/GentlemanJ/devsync", "details": "https://github.com/GentlemanJ/devsync",
......
...@@ -541,7 +541,11 @@ ...@@ -541,7 +541,11 @@
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/spadgos/sublime-require-helper/tree/master" "details": "https://github.com/spadgos/sublime-require-helper/tree/st2"
},
{
"sublime_text": ">=3000",
"details": "https://github.com/spadgos/sublime-require-helper/tags"
} }
] ]
}, },
......
...@@ -1238,6 +1238,18 @@ ...@@ -1238,6 +1238,18 @@
} }
] ]
}, },
{
"name": "Transcrypt",
"details": "https://github.com/eddiejessup/Transcrypt",
"author": "Elliot Marsden",
"labels": ["encryption"],
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/eddiejessup/Transcrypt/tags"
}
]
},
{ {
"name": "Transience", "name": "Transience",
"details": "https://github.com/jakelucas/sublime-transience", "details": "https://github.com/jakelucas/sublime-transience",
......
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