backing up sublime settings

This commit is contained in:
2014-04-04 11:21:58 -04:00
commit 2cbece8593
274 changed files with 23793 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"javascript": {
"platform": "[Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux)",
"installer": "npm install -g {}",
"extra_steps": "1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.\n\n1. If you are using `zsh` and `oh-my-zsh`, do not load the `nvm` plugin for `oh-my-zsh`.",
"comment_re": "r'\\s*/[/*]'"
},
"python": {
"platform": "[Python](http://python.org/download/) and [pip](http://www.pip-installer.org/en/latest/installing.html)",
"installer": "[sudo] pip install {}",
"superclass": "PythonLinter",
"attributes": ["module = '{}'", "check_version = False"]
},
"ruby": {
"platform": "[Ruby](http://www.ruby-lang.org)",
"installer": "[sudo] gem install {}",
"extra_steps": "1. If you are using `rbenv` or `rvm`, ensure that they are loaded in your shells correct startup file. See [here](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#shell-startup-files) for more information.",
"superclass": "RubyLinter",
"comment_re": "r'\\s*#'"
},
"other": {
"installer": "<package manager> install {}"
}
}