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

Atom editor package that adds language syntax highlighting for z/VM Rexx files.

License

Notifications You must be signed in to change notification settings

openmainframeproject/atompkg-language-zvm-rexx

Repository files navigation

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

language-zvm-rexx package

Atom editor package that adds language syntax highlighting for z/VM Rexx files.

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

Pipes highlighting

There are two types of highlights for piped code in single quoted strings:

1. the way it is highlighted globally:

For this type of highlighting, save the file in one of the following extensions:

  • .$EXEC
  • .$EXEC2
  • .$VMDT
  • .SAMPPROF

2. the whole code inside the quotes as a string

For this type of highlighting, save the file in one of the following extensions:

  • .REXX
  • .EXEC
  • .EXEC2
  • .VMDT

Sample Highlighting

Sample screenshot 1

References:

  1. ATOM grammars
  2. Generating ATOM snippets
  3. TextMate 1.0 Mannual

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