Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nyx0/YaraSyntax

YARA package for Sublime Text
https://github.com/nyx0/YaraSyntax

sublime-text syntax-highlighting yara

Last synced: 3 months ago
JSON representation

YARA package for Sublime Text

Awesome Lists containing this project

README

        

# YARA package for Sublime Text

[![GitHub tag](https://img.shields.io/github/release/nyx0/YaraSyntax.svg?style=flat-square)](https://github.com/nyx0/YaraSyntax/releases)
[![Downloads](https://img.shields.io/packagecontrol/dt/Yara%20Rule%20Syntax.svg?colorB=80d4cd&style=flat-square)](https://packagecontrol.io/packages/Yara%20Rule%20Syntax)

## Synopsis

This is a [YARA](http://plusvic.github.io/yara) plugin for
[Sublime Text](http://www.sublimetext.com).
This package contains syntax highlighting and snippets.

## Installation

With [Package Control](https://packagecontrol.io):

1. Run Package Control: `Install Package` command
2. Find `YaraSyntax` plugin.
3. Install it.
4. Restart Sublime Text if required.

Manually:

1. Go to your packages folder. (In ST menu, `Browse Packages`)
2. Clone or [download](https://github.com/nyx0/YaraSyntax/archive/master.zip)
git repo into the folder
3. Restart Sublime Text if required.

## Snippets

* rule
* meta
* strings
* condition

## Contributors

You could contribute by opening an issue or create a pull request.

## License

This plugin is under [GPLv3](LICENSE.txt)