Skip to content

Instantly share code, notes, and snippets.

@yudenzel
Last active March 3, 2019 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yudenzel/c4efe166ecbc784851f97776653b94d7 to your computer and use it in GitHub Desktop.
Save yudenzel/c4efe166ecbc784851f97776653b94d7 to your computer and use it in GitHub Desktop.
[Version]
Signature="$Windows NT$"
[DefaultInstall]
AddReg=SublimeText3
[SublimeText3]
hkcr,"*\\shell\\SublimeText3",,,"Edit With Sublime Text"
hkcr,"*\\shell\\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0"
hkcr,"*\\shell\\SublimeText3\\command",,,"""%1%\sublime_text.exe"" ""%%1"" %%*"
hkcr,"Directory\shell\SublimeText3",,,"Open In Sublime Text"
hkcr,"Directory\shell\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0"
hkcr,"Directory\shell\SublimeText3\command",,,"""%1%\sublime_text.exe"" ""%%1"""
hkcr,"Directory\Background\shell\SublimeText3",,,"Open In Sublime Text"
hkcr,"Directory\Background\shell\SublimeText3","Icon",0x20000,"%1%\sublime_text.exe, 0"
hkcr,"Directory\Background\shell\SublimeText3\command",,,"""%1%\sublime_text.exe"" ""%%V"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment