KoffeinFlummi / vim-sqf

SQF Syntax Highlighting For Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VimSQF

SQF syntax highlighting for Vim. This project was initially created by Worldeater on ofpec.com. This is merely a continuation of the project.

Installation

Manual Installation

Copy the "ftdetect" and "syntax" folders to your .vim or vimfiles folder.

Via Script

On Linux, you can use the install shellscript to do this for you.

Vundle

Add Plugin '7erra/vim-sqf' to your vimrc.

Usage

sqf files are automatically associated with the sqf language. ext files are associated with C++, as Arma's configs are similar to it.

Tip: Use YouCompleteMe with g:ycm_seed_identifiers_with_syntax = 1 to autocomplete commands. To get auto-completion with the correct camelCase you have to change syn case ignore to syn case match in the Vim syntax file.

Contributing

To update the list of sqf commands you can run export.sqf. The output will be copied to the clipboard so you can replace the entire sqf.vim with it.

License

This project is licensed under the MIT license.

About

SQF Syntax Highlighting For Vim

License:MIT License


Languages

Language:Vim Script 94.1%Language:SQF 5.7%Language:Shell 0.2%