Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created September 10, 2013 17:41
Show Gist options
  • Save dufferzafar/6512907 to your computer and use it in GitHub Desktop.
Save dufferzafar/6512907 to your computer and use it in GitHub Desktop.
Install Lua Windows
Windows Registry Editor Version 5.00
; ---------------- Associate Lua Files
[HKEY_CLASSES_ROOT\.lua]
@="luafile"
[HKEY_CLASSES_ROOT\luafile]
@="Lua Script"
[HKEY_CLASSES_ROOT\luafile\DefaultIcon]
@="\"D:\\I, Coder\\Dev.Tools\\Lua\\# Execs\\lua.exe\\LuaFile.ico\",0"
[HKEY_CLASSES_ROOT\luafile\shell]
[HKEY_CLASSES_ROOT\luafile\shell\open]
[HKEY_CLASSES_ROOT\luafile\shell\open\command]
@="\"D:\\I, Coder\\Dev.Tools\\Lua\\# Execs\\lua.exe\" -i \"%1\""
; [HKEY_CLASSES_ROOT\luafile\ShellEx]
; [HKEY_CLASSES_ROOT\luafile\ShellEx\DropHandler]
; @="{86C86720-42A0-1069-A2E8-08002B30309D}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment