Skip to content

Files

Latest commit

 

History

History
29 lines (20 loc) · 992 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 992 Bytes

vim-armasm

About

Fork of vim-script#888.

This plugin provides syntax highlighting for ARM assembly language. It includes V2, V3, V4, V5, T, E, M, XS, and VFP extensions, but no V6 or T2 syntax. It is based on Aleksandar Veselinovic's PIC16F84 Assembler syntax file (pic.vim in the standard installation).

Authors

Original author: Gerald Williams

Merged contributions from existent github repos:

Installation

Copy to $HOME/.vim/syntax or $VIM/vimfiles/syntax. Open a buffer with ARM assembly source, and run:

 :call SetSyn("armasm")

You may want to consider adding the following to your .vimrc as well:

 let asmsyntax='armasm'
 let filetype_inc='armasm'