Support autodetection of ARM assembly.

This commit is contained in:
Wu Yongwei
2020-07-12 14:34:08 +08:00
parent caf53551a0
commit ff3c9c0c48
2 changed files with 21 additions and 0 deletions

1
ftdetect/arm.vim Normal file
View File

@ -0,0 +1 @@
au BufRead *.[sS] call arm#ft#FTarm()