Skip to content

Commit

Permalink
Add new flexspin preprocessor directive highlighting
Browse files Browse the repository at this point in the history
- add flexspin preprocessor support to p1 and p2
- add new settings to enable
- add new test file
  • Loading branch information
ironsheep committed Dec 23, 2022
1 parent 6a05857 commit 54bfaa1
Show file tree
Hide file tree
Showing 7 changed files with 1,059 additions and 30 deletions.
10 changes: 10 additions & 0 deletions spin2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ Possible next additions:
- Add additional Snippets as the community identifies them


## [1.8.0] 2022-12-23

Add [optional] FlexSpin preprocessor support (P1 & P2), Repair semantic highlight (P2)

- Add new extension setting to enable recognition of FlexSpin Preprocessor Directives (Default: disabled)
- Adds flagging of Preprocessor directive lines as unknown when FlexSpin support is not enabled
- Fix P2 recognition of _RET_ directive in Pasm2
- Fix P2 recognition of built-in _set, _clr variables in Pasm2
- Fix P1 & P2 recognition of constants when assignment uses #> and <# operators

## [1.7.8] 2022-12-22

Minor tabbing update
Expand Down
Loading

0 comments on commit 54bfaa1

Please sign in to comment.