File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33All changes to vscode-code-syntax will be documented here.
44
5+ ## v0.3.3 [ #] ( https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.3.3 )
6+
7+ - Updated dependencies to fix some security vulnerabilities
8+ - Fixed syntax coloring for ``` MOD ``` and when using P with brackets ``` P[ #1 + 1] ```
9+ - Migrated from the depreciated tslint to eslint
10+
511## v0.3.2 [ #] ( https://github.com/appliedengesign/vscode-gcode-syntax/releases/tag/v0.3.2 )
612
713- Fixed Markup with division symbol [ #9 ] ( https://github.com/appliedengdesign/vscode-gcode-syntax/issues/7 )
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Please visit our [GitHub Issues](https://github.com/appliedengdesign/vscode-gcod
8282
8383## Changelog
8484
85- Latest Version: v0.3.2
85+ Latest Version: v0.3.3
8686
8787Please refer to our [ CHANGELOG] ( https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md ) doc.
8888
You can’t perform that action at this time.
0 commit comments