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

Commit

Permalink
Merge pull request #1 from openmainframeproject/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
johnarwe authored Aug 10, 2017
2 parents 501d3a2 + aa289b3 commit 9fe414c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
* Numbers in scientific notation incorrectly colored
* Cent sign is not recognized as a valid name character
* Mixing multiline and single-line language elements on a single source line may not be colored correctly, e.g. comment preceding a label.
* Stem variables with numeric stems are colored as if they were a variable and a number
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# language-zvm-names package
# language-zvm-rexx package

### Copyrights

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# language-zvm-rexx package

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

![Screenshot: editing DMSWSXIA EXEC, copied from MAINT 193](https://raw.githubusercontent.com/openmainframeproject/atompkg-language-zvm-rexx/master/Screenshot.PNG)

Expand Down
4 changes: 2 additions & 2 deletions grammars/zvm-rexx-edl.cson
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - Wrote syntax rules to parse development tool add-ons

# After editing this file, CTL-SHIFT-F5 or C-S-P window:reload to update the active editor with the revised grammar.
# editor:log-cursor-scope to see which selectors (example: comment.block.names) the grammar applies at the cursor's location.
# editor:log-cursor-scope to see which selectors (example: comment.block.rexx) the grammar applies at the cursor's location.

# Separates development tool parameters from the official language definition

Expand All @@ -18,7 +18,7 @@
},
{ # - SID codes (used during the z/VM development process)
'match': '@[A-Z0-9]{7}'
'name': 'comment.line.sid.names'
'name': 'comment.line.sid.zvm-rexx-edl'
},
]

Expand Down
2 changes: 1 addition & 1 deletion grammars/zvm-rexx.cson
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# z/VM 6.4 CMS Commands and Utilities Reference, NAMEFIND command, usage note 3

# After editing this file, CTL-SHIFT-F5 or C-S-P window:reload to update the active editor with the revised grammar.
# editor:log-cursor-scope to see which selectors (example: comment.block.names) the grammar applies at the cursor's location.
# editor:log-cursor-scope to see which selectors (example: comment.block.rexx) the grammar applies at the cursor's location.

# Todo: highlight commas, end parens, etc. Adding a \\b rule really hosed things, no matter its placement.

Expand Down

0 comments on commit 9fe414c

Please sign in to comment.