Skip to content

Commit

Permalink
Minor updates and last-minute notes about changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Feb 10, 2022
1 parent 3b2cedc commit a71a16e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spin2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Possible next additions:
- Add new-file templates as Snippets
- Add additional Snippets as the community identifies them

## [1.2.0] 2022-02-xx
## [1.2.0] 2022-02-09

Highlighting Update - Bugfixes and Catch up with Spin2 Language updates inclu. new DEBUG methods and constants

Syntax/Semantic Adjustments:

- NEW: add latest round of new Spin2/Pasm2/Debug methods & constants
- NEW: directives that shouldn't be used in inline-pasm are now highlighted with bright red color
- BUGFIX: parser no-longer expects pasm2 labels to be in 1st column
- BUGFIX: added missing: four pasm if_ conditionals, one spin2 method name
- BUGFIX: parser now recognizes mulitplying constant values correctly
- BUGFIX: previously seen files no-longer affect semantic highlight of current file
Expand Down
2 changes: 1 addition & 1 deletion spin2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both Spin2 and Pasm2 are now completely supported - including streamer and smart
## Feature: Semantic Highlighting

Spin2 and Pasm2 are now supported and will be improving over the next couple of releases.
See the **ChangeLog** for detailed status.
See the **[ChangeLog](https://github.com/ironsheep/P2-vscode-extensions/blob/main/spin2/CHANGELOG.md)** for detailed status.

## Feature: Code Outline

Expand Down

0 comments on commit a71a16e

Please sign in to comment.