diff --git a/README.md b/README.md index 2c8e89e..5b1ede0 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ git clone https://github.com/ARM9/arm-syntax-vim.git ### Using In your .vimrc: ``` -au BufNewFile,BufRead *.s,*.S set filetype=armv7 +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=armv6 +@ vim:ft=armv5 ```