VIM Syntax Highlighting for XASM

July 31, 2014 ยท View on GitHub

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

  • xasm
  • AtariAge Thread

Contents

  1. 1Installation
  2. 2Screenshot
  3. 3Links