From 0f568aac26ac4ceabff1e4be4b397eddf89c48c3 Mon Sep 17 00:00:00 2001 From: ltGuillaume Date: Tue, 17 Sep 2019 08:15:44 +0200 Subject: [PATCH] AutoHotkey Lexer: re-add `OnExit`, which was a sorry victim of my confusion with the Control Flow block --- src/StyleLexers/styleLexAHKL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StyleLexers/styleLexAHKL.c b/src/StyleLexers/styleLexAHKL.c index 302e362c9..3838637f0 100644 --- a/src/StyleLexers/styleLexAHKL.c +++ b/src/StyleLexers/styleLexAHKL.c @@ -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 "