Created
May 25, 2021 14:28
-
-
Save JoeGlines/897d1570e58f5d389fc58f47db3d8a59 to your computer and use it in GitHub Desktop.
Automatically close braces, quotes, etc. in SciTE4AutoHotkey
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
--***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