From a71a16ecafe6651b8d920c9e3c0cdb05cd2531da Mon Sep 17 00:00:00 2001 From: Stephen M Moraco Date: Wed, 9 Feb 2022 23:39:52 -0700 Subject: [PATCH] Minor updates and last-minute notes about changes --- spin2/CHANGELOG.md | 3 ++- spin2/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/spin2/CHANGELOG.md b/spin2/CHANGELOG.md index bc9288f..0dab63d 100644 --- a/spin2/CHANGELOG.md +++ b/spin2/CHANGELOG.md @@ -19,7 +19,7 @@ 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 @@ -27,6 +27,7 @@ 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 diff --git a/spin2/README.md b/spin2/README.md index af0a974..ac23294 100644 --- a/spin2/README.md +++ b/spin2/README.md @@ -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