Skip to content

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

Notifications You must be signed in to change notification settings

dcpu16/dcpu16-vim-syntax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%