Created
May 18, 2015 00:29
-
-
Save litchfield/bd66ad8cf4586674abe5 to your computer and use it in GitHub Desktop.
Sample sublime project conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": | |
[ | |
{ | |
"path": "site", | |
"folder_exclude_patterns": [ | |
"node_modules", | |
".sass-cache", | |
".tmp", | |
"dist" | |
] | |
}, | |
{ | |
"path": "/Users/simon/.virtualenvs/hudddle/src" | |
}, | |
{ | |
"path": "/Users/simon/.virtualenvs/hudddle/lib/python2.7/site-packages" | |
} | |
], | |
"syntax_override": { | |
"\\.html$": [ "AngularJS", "AngularJS" ] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment