Extension Details

- Z80
- by Tom Salvo
- 0 Recent Installs | 168 Total Installs
- Basic syntax highlighting for Z80 assembly
- Repository
- Bug Reports
Readme
Z80 provides basic syntax highlighting for the Z80 assembly language.
Language Support
Z80 currently supports syntax highlighting for the following Z80 features:
- Operations
- Preprocessor directive
- System values such as registers
- Labels
- Comments
- Values (hex, binary, integer)
- Strings
Release Notes
Version 0.0.4
- update repo and issues URLs to codeberg
Version 0.0.3
- remove trailing comma in extension list (which may have been causing files without extensions to be matched)
Version 0.0.2
- add support for label syntax highlighting.
Version 0.0.1
- initial release