Browse Source

Upload files to ''

master
zelaven 2 years ago
parent
commit
45a5f0a310
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      acs.vim

+ 4
- 4
acs.vim View File

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

Loading…
Cancel
Save