Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.42 KB

NOTICE: This project is in Emeritus status and no longer maintained

language-zvm-asm package

Atom editor package that adds language syntax highlighting for z/VM assembler language files as well as the PL/X grammar.

Not every valid syntax is currently supported, but we're always open to net-improvements if you have a talent for regular expressions and the patience to cope with Atom's restrictions.

The package currently uses TextMate Grammar for Syntax Highlighting and plans on shifting to Tree-Sitter Grammar in near future

Sample Highlighting 1

Screenshot: editing a sample file

Sample Highlighting 2

Screenshot: editing a sample file

References:

  1. PL/X Language Reference
  2. HLSAM Language Reference
  3. ATOM grammars
  4. Generating ATOM snippets
  5. TextMate 1.0 Mannual

  • See the NOTICE file for copyrights.
  • See the LICENSE file for license information.