This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from gordhub/issue3
Update grammars/zvm-asm.cson
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
## 0.2.1 - Recognize z/OS UNIX Assembler files | ||
* ASM: include file type 's' in the list of file types associated with ASM. | ||
|
||
## 0.2.0 - Incremental improvements based on usage | ||
* PLX: treat @logic/endlogic as multiline comments | ||
* PLX: Apply highlighting to macro files too | ||
* PLX: When highlighting BIFs like Length(), highlight the name only (was highlighting the open paren too) | ||
* PLX: Many new snippets to insert common constructs like If, Select | ||
* PLX: Many new snippets to insert common constructs like If, Select | ||
|
||
## 0.1.0 - First Release | ||
* Basic assembler and PL/x syntax highlighting. Plenty of TODOs in the grammar files. Not all of them can be implemented given Atom's restrictions on hightlighters, which in some cases conflict with the language definitions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters