Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 429 Bytes

#DCPU-16 Syntax Highlighting for TextMate

Handy language bundle if you're on OS X and you are using TextMate to edit your DCPU-16 programs...like me :D

To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/twss/TextMate-DCPU-Bundle.git "DCPU-16.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'