Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nyx0/YaraSyntax
- Owner: nyx0
- License: gpl-3.0
- Created: 2015-02-12T05:14:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T04:55:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T04:26:15.715Z (6 months ago)
- Topics: sublime-text, syntax-highlighting, yara
- Language: YARA
- Homepage:
- Size: 108 KB
- Stars: 19
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)