Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaunj/vim-yara

Yara filetype plugin for Vim.
https://github.com/yaunj/vim-yara

Last synced: 3 months ago
JSON representation

Yara filetype plugin for Vim.

Awesome Lists containing this project

README

        

vim-yara
========

Syntax, indent and filetype detection for yara rule files.

* Syntax file is copied from [unixfreak0037].
* Indent plugin provides autoindenting of rule files.
* Sets makeprg to yarac, so you get errors in the quickfix window.

Example screenshot:

![vim-yara screenshot](vim-yara-screenshot.png)

Installation
============

If you're using [pathogen], [vundle] or friends: clone this repo in
`~/.vim/bundle/`. If not: unpack in `~/.vim/`.

[unixfreak0037]: https://github.com/unixfreak0037/yara-dev/
[pathogen]: https://github.com/tpope/vim-pathogen
[vundle]: https://github.com/gmarik/Vundle.vim