Skip to content

Commit 1bb986a

Browse files
committed
Added PRG extension
Signed-off-by: Mike Centola <[email protected]>
1 parent bc1b493 commit 1bb986a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ There is also a tree-view of the G-Code, which parses the commands and gives you
5050
- .cls
5151
- .dnc
5252
- .knc
53+
- .prg
5354

5455
## Installation
5556

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
".g00",
7878
".cls",
7979
".dnc",
80-
".knc"
80+
".knc",
81+
".prg"
8182
],
8283
"configuration": "./language/gcode-language.json"
8384
}
@@ -139,7 +140,7 @@
139140
{
140141
"id": "gcode",
141142
"title": "G-Code",
142-
"icon": "images/vscode-gcode-syntax-icon.svg"
143+
"icon": "resources/icons/gcode.svg"
143144
}
144145
]
145146
},

0 commit comments

Comments
 (0)