diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 12:22:10 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 12:22:10 -0500 |
commit | ef8872659b59a7b0250af5b995f7893096e544bb (patch) | |
tree | 6332c977652002795c449dd94e820aa8c5de9008 /5pxweb.sublime-project | |
parent | d938a333c208c67c890a9e4888d4cbabcc2b1e87 (diff) | |
download | personal-website-ef8872659b59a7b0250af5b995f7893096e544bb.tar.xz personal-website-ef8872659b59a7b0250af5b995f7893096e544bb.zip |
working on web
Diffstat (limited to '5pxweb.sublime-project')
-rw-r--r-- | 5pxweb.sublime-project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/5pxweb.sublime-project b/5pxweb.sublime-project index 0ccb1bd..a7e5c7a 100644 --- a/5pxweb.sublime-project +++ b/5pxweb.sublime-project @@ -5,7 +5,7 @@ "name": "All", "path": ".", "folder_exclude_patterns": ["*theos", "obj"], - "file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh"] + "file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh", "*.scss"] } ] }
\ No newline at end of file |