Skip to content

Sergi030/vim-sisa-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-sisa-syntax

Vim syntax highlight for SISA (Simple Instruction Set Architecture) code

Installation

call vundle#begin()
Plugin 'Sergi030/vim-sisa-syntax'
call vundle#end()

Usage

Once the files are installed the syntax highlighting will be automatically enabled anytime you edit a .s or .sisa file.

Example

This example is using the colorscheme: ayu color version mirage

ayu-example.png