jtpereyda / vim-yan85

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Yan85 Syntax

Syntax highlighting for your everyday Yan85 assembly programming and reversing needs.

Yan85 Example Screenshot

Vim colorization for Yan85 assembly, the obscure language you may know from Pwn College.

Installation

Copy yan85.vim into ~/.vim/syntax/ and optionally add the following to ~/.vimrc:

au BufNewFile,BufReadPost *.yan  set filetype=yan85

Syntax

The syntax is based on the output from the Baby Reverse Engineering challenges, but with * and = characters optional. Some additions have been made for line numbers and comments.

Reference

For help editing or creating your own syntax file, see: https://vim.fandom.com/wiki/Creating_your_own_syntax_files

About

License:MIT License


Languages

Language:Vim Script 100.0%