@phoenix-plugin-registry/gcode-syntax-highlighter
Version:
Brackets highlighter extension for CNC G-Code.
25 lines (24 loc) • 604 B
JSON
{
"name": "@phoenix-plugin-registry/gcode-syntax-highlighter",
"title": "G-Code Syntax Highlighter",
"description": "Brackets highlighter extension for CNC G-Code.",
"homepage": "https://github.com/appliedengdesign/gcode-syntax-highlighter",
"keywords": [
"gcode",
"mcode",
"CNC",
"syntax",
"highlighting"
],
"version": "0.1.0",
"author": "Mike Centola <github@mikecentola.com> (https://github.com/mikecentola)",
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/"
}
],
"engines": {
"brackets": ">=1.0.0"
}
}