feat(SublimeText2.WebPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:54:25 -04:00
parent 590d7a44f9
commit 1e6f643a1b
1026 changed files with 79077 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
SublimeLinter 1.6.5 changelog
NEW FEATURES
- Added a (Ruby) Haml syntax check based on `haml -c`. For more information
about Haml, please see http://haml.info.
- Added a simple Git commit message linter. This linter follows the rules as
defined by http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
CHANGES/FIXES
- Updated several links to point to the SublimeLinter's new Github location.
- "Ruby on Rails" syntax maps to "ruby" as part of the default settings.
- Linter arguments are now consistently defined as arrays (instead of tuples).
- Syntax map settings are no longer (sometimes) case-sensitive.