Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yaunj/vim-yara
- Owner: yaunj
- Created: 2015-01-29T10:20:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T18:45:14.000Z (over 3 years ago)
- Last Synced: 2024-04-19T18:32:56.706Z (7 months ago)
- Language: Vim script
- Size: 27.3 KB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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