From cb65a3807118cc44811edcb2ea99779ef444989a Mon Sep 17 00:00:00 2001 From: John Mumm Date: Thu, 10 Oct 2013 12:36:08 -0400 Subject: [PATCH] Initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f32d14 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## 6502asm-sublime ## +John Mumm + +### Description ### + +Syntax definition for 6502 asm for Sublime Text 2. + +### Installation ### + +There are three ways to install this syntax definition. + +1. Simplest way. Download repository content to your local disk and copy folder `6502asm-sublime` (renamed) to Sublime [packages directory](http://sublimetext.info/docs/en/basic_concepts.html#the-packages-directory). +2. Another simplest way. `cd ~/.config/sublime-text-2/packages && git clone git://github.com/jtfmumm/6502asm-sublime.git` +3. Preferred way. Install this syntax definition through [package control](http://wbond.net/sublime_packages/package_control): Preferences ► Package Control ► Install Package ► 6502asm-sublime + +Restart Sublime if needed. +