Merge pull request #1645 from ltGuillaume/master

AutoHotkey Lexer: re-add OnExit
This commit is contained in:
Pairi Daiza 2019-09-17 09:20:05 +02:00 committed by GitHub
commit 7cfcc49efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 "