Skip to content

Commit cf81fb6

Browse files
committed
Merge branch 'release-0.7.2' into dev
2 parents 373ae1f + 7e6507d commit cf81fb6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All changes to G-Code Language Extension will be documented here.
44

5+
## v0.7.2 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.2)
6+
7+
### Fixes
8+
9+
- Fixed highlighting syntax for `T` inside of other words [#40](https://github.com/appliedengdesign/vscode-gcode-syntax/issues/40)
10+
11+
### Other
12+
13+
- Updated dependencies [#38](https://github.com/appliedengdesign/vscode-gcode-syntax/pull/38)
14+
- Refactored some Regex to be more concise
15+
- Updated VSCode engine to `^1.68.0`
16+
- Update Typescript build to ES2021
17+
- Updated README
18+
519
## v0.7.1 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.1)
620

721
### New Features

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat
8383
| .gcode | .gp | .hnc | .knc | .lib | .m | .min | .mpf |
8484
| .mpr | .msb | .nc | .ncc | .ncd | .ncf | .ncg | .nci |
8585
| .ncp | .ngc | .out | .pim | .pit | .plt | .ply | .prg |
86-
| .pu1 | .rol | .sbp | .spf | .ssb | .sub | .tap | .xpi |
86+
| .pu1 | .rol | .S | .sbp | .spf | .ssb | .sub | .tap |
87+
| .xpi | | | | | | | |
8788
```
8889

8990
If you would like another file extension supported by this extension, please [open an issue](https://github.com/appliedemgdesign/vscode-gcode-syntax/issues).
@@ -140,7 +141,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta
140141

141142
## Changelog
142143

143-
Latest Version: v0.7.1
144+
Latest Version: v0.7.2
144145

145146
Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc.
146147

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "G-Code Syntax",
44
"shortName": "G-Code",
55
"description": "Turn VSCode into a fully capable G-Code editor, including language support & more.",
6-
"version": "0.7.1",
6+
"version": "0.7.2",
77
"license": "MIT",
88
"publisher": "appliedengdesign",
99
"author": {

0 commit comments

Comments
 (0)