From 8ba57500bd13cff81937596ac3a6eff94ff7aa4a Mon Sep 17 00:00:00 2001 From: Msobas2 <199443168+Msobas2@users.noreply.github.com> Date: Sun, 16 Feb 2025 02:33:44 -0600 Subject: [PATCH 1/3] added .tcn & .mmp file types. also updated CHANGELOG and added myself to README. --- CHANGELOG.md | 10 ++++++++++ README.md | 4 +++- package.json | 4 +++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e79a7..4f57f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All changes to G-Code Language Extension will be documented here. +## v0.7.8 + +### Fixes + +- Added File types .tcn & .mmp to fix issues [#65] & [#71] + +### Other + +- + ## v0.7.7 [#](https://github.com/appliedengdesign/vscode-gcode-syntax/releases/tag/v0.7.7) ### Fixes diff --git a/README.md b/README.md index eece802..a02a232 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat | .mpr | .msb | .nc | .ncc | .ncd | .ncf | .ncg | .nci | | .ncp | .ngc | .out | .pim | .pit | .plt | .ply | .prg | | .pu1 | .rol | .S | .sbp | .spf | .ssb | .sub | .tap | -| .xpi | | | | | | | | +| .tcn | .xpi | .mmg | | | | | | ``` If you would like another file extension supported by this extension, please [open an issue](https://github.com/appliedemgdesign/vscode-gcode-syntax/issues). @@ -162,6 +162,8 @@ For more information on contributing, please refer to the [CONTRIBUTING](https:/ - Mike Centola ([@mikecentola](https://github.com/mikecentola)) - [contributions](https://github.com/appliedengdesign/vscode-gcode-syntax/commits?author=mikecentola) - Zach Allaun ([@zachallaun](https://github.com/zachallaun)) - [contributions](https://github.com/appliedengdesign/vscode-gcode-syntax/commits?author=zachallaun) - Patrick Connolly ([@patcon](https://github.com/patcon)) - [contributions](https://github.com/appliedengdesign/vscode-gcode-syntax/commits?author=patcon) +- Marcin Sobas ([@Msobas2](https://github.com/Msobas2)) - [contributions](https://github.com/appliedengdesign/vscode-gcode-syntax/commits?author=Msobas2) + ## About Applied Eng & Design diff --git a/package.json b/package.json index ae97f9c..11f9dad 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ ".lib", ".m", ".min", + ".mmg", ".mpf", ".mpr", ".msb", @@ -127,6 +128,7 @@ ".ssb", ".sub", ".tap", + ".tcn", ".xpi" ], "configuration": "./language/gcode-language.json" @@ -639,4 +641,4 @@ "@appliedengdesign/gcode-reference": "^0.0.8", "@vscode/webview-ui-toolkit": "^1.0.0" } -} \ No newline at end of file +} From 620119605cc680f7e985c2c8be0af24135258b22 Mon Sep 17 00:00:00 2001 From: Msobas2 <199443168+Msobas2@users.noreply.github.com> Date: Sun, 16 Feb 2025 02:44:26 -0600 Subject: [PATCH 2/3] frogot to change version # --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a02a232..b010d96 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Visit our [projects page](https://github.com/appliedengdesign/vscode-gcode-synta ## Changelog -Latest Version: v0.7.7 +Latest Version: v0.7.8 Please refer to our [CHANGELOG](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CHANGELOG.md) doc. diff --git a/package.json b/package.json index 11f9dad..1b322f1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "G-Code Syntax", "shortName": "G-Code", "description": "Turn VSCode into a fully capable G-Code editor, including language support & more.", - "version": "0.7.7", + "version": "0.7.8", "license": "MIT", "publisher": "appliedengdesign", "author": { From 818e4f2a89732c53dce2684c7065f03e61fec224 Mon Sep 17 00:00:00 2001 From: Msobas2 <199443168+Msobas2@users.noreply.github.com> Date: Sun, 16 Feb 2025 02:53:21 -0600 Subject: [PATCH 3/3] added .anc --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f57f5f..8db3612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All changes to G-Code Language Extension will be documented here. ### Fixes -- Added File types .tcn & .mmp to fix issues [#65] & [#71] +- Added File types .anc , .tcn & .mmp to fix issues [#63],[#65] & [#71] ### Other diff --git a/README.md b/README.md index b010d96..6111a35 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This extension adds language syntax for CNC G-Code, code snippets, and colorizat | .mpr | .msb | .nc | .ncc | .ncd | .ncf | .ncg | .nci | | .ncp | .ngc | .out | .pim | .pit | .plt | .ply | .prg | | .pu1 | .rol | .S | .sbp | .spf | .ssb | .sub | .tap | -| .tcn | .xpi | .mmg | | | | | | +| .tcn | .xpi | .mmg | .anc | | | | | ``` If you would like another file extension supported by this extension, please [open an issue](https://github.com/appliedemgdesign/vscode-gcode-syntax/issues). diff --git a/package.json b/package.json index 1b322f1..0d5d0dd 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,7 @@ ".001", ".apt", ".aptcl", + ".anc", ".cls", ".cnc", ".din",