Go to file
ARM9 304b469e44
Merge pull request #5 from Plotnus/patch-1
labels are properly highlighted if starting/ending with the $ character.
2018-08-26 15:09:45 +02:00
syntax Update arm_syntax_base.vim so labels can be properly highlighted if ending with a $ 2018-08-25 16:31:47 -07:00
test Add preliminary neon datatype suffix 2016-02-05 16:44:33 +01:00
.gitignore init 2015-03-08 13:58:42 +01:00
README.md Fixed readme 2015-04-01 17:45:21 +02:00

Syntax highlighting for GAS ARM assembly (up to v7), 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/arm-syntax-vim.git

Using

In your .vimrc:

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

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

@ vim:ft=armv5