All Projects → s3rvac → vim-syntax-yara

s3rvac / vim-syntax-yara

Licence: MIT license
A Vim syntax-highlighting file for YARA rules

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-syntax-yara

YaraSyntax
YARA package for Sublime Text
Stars: ✭ 15 (-42.31%)
Mutual labels:  syntax-highlighting, yara
threat-intel
Signatures and IoCs from public Volexity blog posts.
Stars: ✭ 130 (+400%)
Mutual labels:  yara
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+250%)
Mutual labels:  syntax-highlighting
language-grammars
Syntax highlighting for ABNF/BNF/EBNF, Yacc, and other language-related languages.
Stars: ✭ 14 (-46.15%)
Mutual labels:  syntax-highlighting
syntax highlighter
Syntax Highlighter for Dart/Flutter Code
Stars: ✭ 28 (+7.69%)
Mutual labels:  syntax-highlighting
vaporwave-theme-vscode
AESTHETICS
Stars: ✭ 28 (+7.69%)
Mutual labels:  syntax-highlighting
uzen
Website crawler with YARA detection
Stars: ✭ 84 (+223.08%)
Mutual labels:  yara
new-moon-chrome-devtools
New Moon Theme for Chrome Devtools.
Stars: ✭ 57 (+119.23%)
Mutual labels:  syntax-highlighting
fast-syntax-highlighting
Feature-rich syntax highlighting for ZSH
Stars: ✭ 546 (+2000%)
Mutual labels:  syntax-highlighting
shikijs
A JavaScript Library for Syntax Highlighting with Awesome themes
Stars: ✭ 21 (-19.23%)
Mutual labels:  syntax-highlighting
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+176.92%)
Mutual labels:  syntax-highlighting
intellij-firebase-highlighter
A Syntax Highlighter for Firebase Rules.
Stars: ✭ 26 (+0%)
Mutual labels:  syntax-highlighting
githat
Git diff with code syntax highlight
Stars: ✭ 32 (+23.08%)
Mutual labels:  syntax-highlighting
kate-syntax-highlight-v
Syntax highlighting of V files for the Kate editor
Stars: ✭ 17 (-34.62%)
Mutual labels:  syntax-highlighting
flutter syntax view
Flutter Syntax Highlighter
Stars: ✭ 88 (+238.46%)
Mutual labels:  syntax-highlighting
nord-notepadplusplus
An arctic, north-bluish clean and elegant Notepad++ theme.
Stars: ✭ 112 (+330.77%)
Mutual labels:  syntax-highlighting
clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (+3073.08%)
Mutual labels:  syntax-highlighting
chromarkdown
Generate single-file static responsive HTML page from Markdown with syntax-highlighting.
Stars: ✭ 13 (-50%)
Mutual labels:  syntax-highlighting
TheVimIDE
Modern Vim IDE with support for C/C++, Java, Python, Lua, PHP, JavaScript, Ruby and much more ...
Stars: ✭ 33 (+26.92%)
Mutual labels:  syntax-highlighting
language-rainmeter
Syntax highlighting for Rainmeter files in Atom.
Stars: ✭ 19 (-26.92%)
Mutual labels:  syntax-highlighting

Vim Syntax Highlighting for YARA Rules

A Vim syntax-highlighting file for YARA rules. Covers YARA versions up to v4.2.

Screenshot

Installation

The installation has two steps.

(1) If you use pathogen, simply go into the bundle directory and clone the repository in there:

cd ~/.vim/bundle
git clone https://github.com/s3rvac/vim-syntax-yara.git

You can also install the plugin manually by copying the syntax/yara.vim file to your ~/.vim/syntax directory. If that directory does not exist, create it.

(2) Put the following autocommand to your .vimrc:

" Consider all .yar/.yara files to be YARA files.
autocmd BufNewFile,BufRead *.yar,*.yara setlocal filetype=yara

License

Copyright (c) 2017 Petr Zemek ([email protected]) and contributors.

Distributed under the MIT license. See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].