Skip to content

ARM9/mips-syntax-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Gnu as mips syntax highlighting for the vim text editor.

Installing

Copy /syntax into ~/.vim or with Pathogen Clone this repo into your ~/.vim/bundle directory.

git clone https://github.com/ARM9/mips-syntax-vim.git

Using

In your .vimrc:

au BufNewFile,BufRead *.s,*.S set filetype=mips

and/or put this line near the top or bottom of your assembly file(s):

# vim:ft=mips

About

gnu as mips syntax highlighting for the vim text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published