Go to file
2015-03-15 22:36:08 +01:00
syntax indentation 2015-03-15 22:36:08 +01:00
test Separated hilinks to avoid bug when using armv4 and v5 in one vim 2015-03-10 19:24:19 +01:00
.gitignore init 2015-03-08 13:58:42 +01:00
README.md init 2015-03-08 13:58:42 +01: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=armv7

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

@ vim:ft=armv6