arm-syntax-vim/ftdetect/arm.vim

3 lines
75 B
VimL
Raw Normal View History

2023-02-08 22:00:26 -08:00
au BufRead *.[sS] call arm#ft#FTarm()
au BufRead *.lst call arm#ft#FTarm()