/dcpu16-vim-syntax

Vim syntax highlighting definition for Notch's DCPU-16 assembly language

Primary LanguageVimL

#Description This enables DCPU-16 syntax highlighting for files with a .dasm or .dasm16 extension.

#How to Install

  1. Deploy these files into the first directory in your runtimepath in Vim.
  • You can check what this directory is with the following command in Vim: :echo split(&runtimepath, ',')[0]
  • For example, on a UNIX system this directory is usually $HOME/.vim
  1. Keep files in their directories.
  • For example, syntax/foo.vim would go into $HOME/.vim/syntax/foo.vim
  1. Restart Vim and the syntax highlighting should work.