vitr / SkoolkitZ80

Z80 Assembly language syntax package for Skoolkit .skool files in SublimeText 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skoolkit Z80 Assembly Language Syntax Package

SkoolkitZ80 is a Z80 assembly language syntax highlighting package [dark theme] for Sublime Text 3, focusing specifically on the .skool files produced and used in the Skoolkit ZX Spectrum game disassembly toolkit.

SkoolkitZ80 Example

Installation

[Package Control]

Open the SublimeText Command Palette (Shift-Cmd-P on OS X, Shift-Ctrl-P on Linux/Windows) and select "Package Control: Install Package". Then search for and install SkoolkitZ80.

Note: once installed, Package Control will keep SkoolkitZ80 up-to-date automatically.

Manual Installation

First, locate the SublimeText packages folder on your OS, then clone with git:

$ cd /path/to/sublime/packages/folder
$ git clone https://github.com/mrcook/SkoolkitZ80.git SkoolkitZ80

Roadmap

  • Theme: add a light theme, or support any currently installed theme.
  • Improve handling of more complex Z80 opcodes.
  • Support Skoolkit loops.
  • Improve Skoolkit macro support.
  • Syntax highlighting for Skoolkit CTL files?
  • Highlight comment start/end {...} tags?

Contributing

Pull requests are welcome.

License

Copyright (c) 2018 Michael R. Cook

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

Z80 Assembly language syntax package for Skoolkit .skool files in SublimeText 3

License:GNU General Public License v3.0