diff --git a/acs.vim b/acs.vim index c907d0c..2f9ff52 100644 --- a/acs.vim +++ b/acs.vim @@ -1,15 +1,15 @@ " Vim syntax file " Language: ACS (Doom actionscript) -" Maintainer: Patrick Jakobsen -" Latest Revision: 2021-12-18 +" Maintainer: Zelaven +" Latest Revision: 2022-04-14 if exists("b:current_syntax") finish endif -syn keyword language_keywords script function if while return while for switch case break default +syn keyword language_keywords script function if else while return while for switch case break default terminate hi def link language_keywords Keyword -syn keyword script_types OPEN ENTER RETURN RESPAWN DEATH LIGHTNING UNLOADING DISCONNECT KILL REOPEN net +syn keyword script_types OPEN ENTER RETURN RESPAWN DEATH LIGHTNING UNLOADING DISCONNECT KILL REOPEN NET CLIENTSIDE hi def link script_types Keyword syn keyword types int str bool void