Skip to content

Instantly share code, notes, and snippets.

@litchfield
Created May 18, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save litchfield/bd66ad8cf4586674abe5 to your computer and use it in GitHub Desktop.
Save litchfield/bd66ad8cf4586674abe5 to your computer and use it in GitHub Desktop.
Sample sublime project conf
{
"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