This is a Yara plugin for Sublime Text. It allows syntax highlighting and contains snippets.
With Package Control:
- Run Package Control: "Install Package" command
- Find
YaraSyntax
plugin. - Install it.
- Restart Sublime Text if required.
Manually:
- Go to your packages folder. (In ST menu, Browse Packages open the packages folder)
- Clone or download git repo into the folder
- Restart Sublime Text if required.
In ST create new file.yar, tape rule
and press enter. A template rule should appears with syntax highlighting
You could contribute by openning a issue or create a pull request.
This plugin is under GPLv3