Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 508 Bytes

File metadata and controls

23 lines (15 loc) · 508 Bytes

VIM Syntax Highlighting for XASM

Installation

Put xasm.vim in your .vim/syntax directory.

Put these lines in your .vimrc:

au BufRead,BufNewFile *.asx set filetype=xasm
au BufRead,BufNewFile *.asm set filetype=xasm

Screenshot

screenshot

Links