Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 339 Bytes

File metadata and controls

11 lines (9 loc) · 339 Bytes

armasm.vim

Fork of armasm.vim from http://vim.sourceforge.net/scripts/script.php?script_id=888

Install

Copy to $HOME/.vim/syntax or $VIM/vimfiles/syntax :call SetSyn("armasm") You may want to consider adding the following to your .vimrc as well: let asmsyntax='armasm' let filetype_inc='armasm'