Created
June 2, 2017 20:29
-
-
Save aielwaste/fb1d1129827a55324da2f6f8c173ab68 to your computer and use it in GitHub Desktop.
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
Windows Registry Editor Version 5.00 | |
;For .md extension | |
;----------------- | |
[HKEY_CLASSES_ROOT\.md] | |
@="sublime_md" | |
[HKEY_CLASSES_ROOT\sublime_md\DefaultIcon] | |
@="c:\\mdicon.dll" | |
[HKEY_CLASSES_ROOT\sublime_md\shell\open] | |
@="Open" | |
[HKEY_CLASSES_ROOT\sublime_md\shell\open\command] | |
@="c:\\sublime.exe %1" | |
;For taskpaper extension | |
;----------------------- | |
[HKEY_CLASSES_ROOT\.taskpaper] | |
@="sublime_task" | |
[HKEY_CLASSES_ROOT\sublime_task\DefaultIcon] | |
@="c:\\taskicon.dll" | |
[HKEY_CLASSES_ROOT\sublime_task\shell\open] | |
@="Open" | |
[HKEY_CLASSES_ROOT\sublime_task\shell\open\command] | |
@="c:\\sublime.exe %1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment