/ums-vim-syntax

Vim syntax highlighting for the COMP 40 Universal Machine Macro Assembly Language

Primary LanguageVim Script

Installation instructions:
Run ./install.sh, or to install manually:
- copy ums.vim to the ~/.vim/syntax (you may need to create syntax)
- add the following lines to your .vimrc:
    filetype on
    au BufNewFile,BufRead *.ums set filetype=ums