Skip to content

alisdair/vim-armasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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'

Packages

No packages published

Languages

  • Vim Script 100.0%