https://github.com/miksago/jade-tmbundle
https://github.com/LearnBoost/stylus/tree/master/editors
~/Downloads/
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
| diff --git a/src/Stache/Stores/BasicStore.php b/src/Stache/Stores/BasicStore.php | |
| index 07d8f7288e..c10660ba2f 100644 | |
| --- a/src/Stache/Stores/BasicStore.php | |
| +++ b/src/Stache/Stores/BasicStore.php | |
| @@ -3,6 +3,7 @@ | |
| namespace Statamic\Stache\Stores; | |
| use Illuminate\Support\Facades\Cache; | |
| +use Statamic\Facades\Blink; | |
| use Statamic\Facades\File; |
| Statamic.bard.sanitizer = { | |
| tags: { | |
| p: {}, | |
| br: {}, | |
| b: {}, | |
| strong: {}, | |
| i: {}, | |
| strike: {}, | |
| blockquote: {}, | |
| code: {}, |
| /* | |
| ColorBox Core Style: | |
| The following CSS is consistent between example themes and should not be altered. | |
| */ | |
| #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:10001; overflow:hidden;} | |
| #cboxOverlay{position:fixed; width:100%; height:100%;} | |
| #cboxMiddleLeft, #cboxBottomLeft{clear:left;} | |
| #cboxContent{position:relative;} | |
| #cboxLoadedContent{overflow:auto;} | |
| #cboxTitle{margin:0;} |
| [alias] | |
| chp = cherry-pick | |
| co = checkout | |
| st = status | |
| ci = commit | |
| di = diff | |
| dc = diff --cached | |
| aa = add --all | |
| head = log -1 | |
| RED="\[\033[0;31m\]" | |
| YELLOW="\[\033[0;33m\]" | |
| GREEN="\[\033[0;32m\]" | |
| BLUE="\[\033[0;34m\]" | |
| LIGHT_RED="\[\033[1;31m\]" | |
| LIGHT_GREEN="\[\033[1;32m\]" | |
| WHITE="\[\033[1;37m\]" | |
| LIGHT_GRAY="\[\033[0;37m\]" | |
| COLOR_NONE="\[\e[0m\]" |