From 05941820ac67e15079226ea4d26debc02d785846 Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Wed, 4 Apr 2018 21:17:29 -0700 Subject: [PATCH] Update README with addition and new contributor Added WTCTools by Western Design Center support and georgjz to contributors. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d92eca..d6cfc12 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with extra support for various compilers: - - [cc65](http://oliverschmidt.github.io/cc65/) + - [cc65 (SNES Syntax: 65816, SPC700, SuperFX)](http://oliverschmidt.github.io/cc65/) - [DASM](http://dasm-dillon.sourceforge.net/) (6502) - EDASM - [Merlin](http://en.wikipedia.org/wiki/Merlin_(assembler)) @@ -10,7 +10,8 @@ Adds syntax highlighting to 65816/65C816/65802/6502/65C02 files in Atom, with ex - [NinjaForce Assembler](http://www.ninjaforce.com/html/products_nf_assembler.html) - [ORCA/M](http://www.byteworks.us/Byte_Works/Products.html) - [WLA-DX](http://www.villehelin.com/wla.html) - + - [WTCTools by Western Design Center](http://westerndesigncenter.com/wdc/tools.cfm) + Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) from the various other TextMate bundles: @@ -50,3 +51,4 @@ See last line in grammar files for names. - [Matt Tuttle](https://github.com/MattTuttle) - [Tommy Savaria](https://github.com/NewLunarFire) - [ARM9](https://github.com/ARM9) +- [georgjz](https://github.com/georgjz)