Ver a proveniência

Upload files to ''

master
zelaven há 2 anos
ascendente
cometimento
45a5f0a310
1 ficheiros alterados com 4 adições e 4 eliminações
  1. +4
    -4
      acs.vim

+ 4
- 4
acs.vim Ver ficheiro

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

Carregando…
Cancelar
Guardar