https://github.com/sqwishy/vim-sqf-syntax
Syntax highlighting file for vim or neovim for Arma's SQF script syntax
https://github.com/sqwishy/vim-sqf-syntax
Last synced: about 2 months ago
JSON representation
Syntax highlighting file for vim or neovim for Arma's SQF script syntax
- Host: GitHub
- URL: https://github.com/sqwishy/vim-sqf-syntax
- Owner: sqwishy
- License: wtfpl
- Created: 2014-03-14T03:14:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T13:50:09.000Z (over 3 years ago)
- Last Synced: 2025-01-19T08:25:37.017Z (3 months ago)
- Language: Vim script
- Homepage:
- Size: 52.7 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arma3 - vim-sqf-syntax - Syntax highlighting file for vim or neovim for Arma's SQF script syntax. (Tools / Multiplayer)
README
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()