Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created May 25, 2021 14:28
Show Gist options
  • Save JoeGlines/897d1570e58f5d389fc58f47db3d8a59 to your computer and use it in GitHub Desktop.
Save JoeGlines/897d1570e58f5d389fc58f47db3d8a59 to your computer and use it in GitHub Desktop.
Automatically close braces, quotes, etc. in SciTE4AutoHotkey
--***AutoClose Begin***
dofile(props['SciteUserHome'].."/Class.lua")
dofile(props['SciteUserHome'].."/Common.lua")
dofile(props['SciteUserHome'].."/AutoCloseBraces.lua")
EventClass:BeginEvents() -- Start up the events (Calls onstartup()).
-- ***AutoClose END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment