mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
AutoHotkey Lexer: re-add OnExit, which was a sorry victim of my confusion with the Control Flow block
This commit is contained in:
parent
7f752ba415
commit
0f568aac26
@ -60,7 +60,7 @@ KEYWORDLIST KeyWords_AHKL = {
|
||||
"HKEY_CURRENT_USER HKEY_CLASSES_ROOT HKEY_CURRENT_CONFIG HKLM HKU HKCU HKCR HKCC REG_SZ REG_EXPAND_SZ "
|
||||
"REG_MULTI_SZ REG_DWORD REG_BINARY class new extends",
|
||||
// Control Flow
|
||||
"Break Continue If Else Exit ExitApp GoSub Goto Loop Pause Return SetTimer Sleep Suspend While "
|
||||
"Break Continue If Else Exit ExitApp OnExit GoSub Goto Loop Pause Return SetTimer Sleep Suspend While "
|
||||
"Until For Try Catch Finally static global local ByRef",
|
||||
// Built-in Functions
|
||||
"Abs ACos Asc ASin ATan Ceil Chr Cos DllCall Exp FileExist Floor Format Func IsByRef IsFunc IsLabel "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user