Commit 8891a2c0 authored by FichteFoll's avatar FichteFoll

Merge pull request #1688 from pogosheep/master

Added more information + added Color Scheme
parents d1f70fe8 d3b3545f
...@@ -694,6 +694,20 @@ ...@@ -694,6 +694,20 @@
"Frontend Delight Theme" "Frontend Delight Theme"
] ]
}, },
{
"name": "Color Scheme - Nice Blue Soda",
"details": "https://bitbucket.org/DanielSiepmann/color-scheme-nice-blue-soda",
"issues": "https://danielsiepmann.atlassian.net/browse/CSNBS",
"homepage": "http://daniel-siepmann.de/projects/sublime-text/nice-blue-color-scheme/",
"author": "Daniel Siepmann",
"labels": ["color scheme"],
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/DanielSiepmann/color-scheme-nice-blue-soda/src/default"
}
]
},
{ {
"name": "Color Scheme - saulhudson", "name": "Color Scheme - saulhudson",
"details": "https://github.com/saulhudson/saulhudson-color-schemes", "details": "https://github.com/saulhudson/saulhudson-color-schemes",
......
...@@ -311,9 +311,13 @@ ...@@ -311,9 +311,13 @@
}, },
{ {
"details": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime", "details": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime",
"homepage": "http://daniel-siepmann.de/projects/sublime-text/mercurial-for-sublime/",
"issues": "https://danielsiepmann.atlassian.net/browse/MFS",
"author": "Daniel Siepmann",
"labels": ["vcs"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime/src/default" "details": "https://bitbucket.org/DanielSiepmann/mercurial-for-sublime/src/default"
} }
] ]
......
...@@ -901,13 +901,29 @@ ...@@ -901,13 +901,29 @@
}, },
{ {
"details": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets", "details": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets",
"issues": "https://danielsiepmann.atlassian.net/browse/FS",
"homepage": "http://daniel-siepmann.de/projects/sublime-text/fluid-snippets/",
"author": "Daniel Siepmann",
"labels": ["snippets"], "labels": ["snippets"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets/src/default" "details": "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets/src/default"
} }
] ]
},
{
"name": "TypoScript",
"details": "https://bitbucket.org/danielsiepmann-team/sublime-text-typoscript",
"issues": "https://danielsiepmann.atlassian.net/browse/TS",
"author": "Daniel Siepmann",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/danielsiepmann-team/sublime-text-typoscript/src/default"
}
]
} }
] ]
} }
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