diff options
-rw-r--r-- | 5pxweb.sublime-project | 2 | ||||
-rwxr-xr-x | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/5pxweb.sublime-project b/5pxweb.sublime-project index a7e5c7a..5a8ce15 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", "*.scss"] + "file_include_patterns": ["*.m", "*.mm", "*.h", "*.xm", "*.plist", "Makefile", "control", "*.strings", "depictions/", "css/", "CNAME", "Packages", "Release", "debs/", "*.html", "*.txt", "*.sh", "*.scss", "*.md"] } ] }
\ No newline at end of file @@ -1,3 +1,3 @@ # My website, it's pretty neat right? -[link](fivepixels.xyz)
\ No newline at end of file +[link](https://fivepixels.xyz)
\ No newline at end of file |