/vim-sqf-syntax

Syntax highlighting file for vim or neovim for Arma's SQF script syntax

Primary LanguageVim scriptDo What The F*ck You Want To Public LicenseWTFPL

This should be compatible with pathogen.

Or vim-plug, like this:

call plug#begin()
Plug 'https://github.com/sqwishy/vim-sqf-syntax.git'
call plug#end()