AutoHotkey Lexer: re-add OnExit, which was a sorry victim of my confusion with the Control Flow block

This commit is contained in:
ltGuillaume 2019-09-17 08:15:44 +02:00
parent 7f752ba415
commit 0f568aac26

View File

@ -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 "