Initial commit

This commit is contained in:
John Mumm 2013-10-10 12:36:08 -04:00
commit cb65a38071
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

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