Skip to content

ARMv4 through 7 syntax highlighting for vim

Notifications You must be signed in to change notification settings

zaiqiang-dong/arm-syntax-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-syntax-vim

GNU ARM assembly syntax highlighting (up to v7), for the vim text editor.

A thousand words

Installation

Copy the syntax folder into your ~/.vim folder

with Plug

Plug 'ARM9/arm-syntax-vim'

or with Pathogen

Clone this repo into your ~/.vim/bundle directory.

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

Using

In your .vimrc:

au BufNewFile,BufRead *.s,*.S set filetype=arm " arm = armv6/7

or add this line at the top or bottom of your assembly file(s):

@ vim:ft=armv5

About

ARMv4 through 7 syntax highlighting for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.4%
  • Assembly 5.6%