Fixed readme
This commit is contained in:
parent
73fda349a0
commit
61dad555b9
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user