{ "name": "rotour", "displayName": "RoTour", "description": "The path planner and motion profiler for the Tektite-R Robot Tour kit!", "version": "0.0.2", "engines": { "vscode": "^1.90.0" }, "icon": "assets/rotour.png", "repository": { "type": "git", "url": "https://github.com/TektiteBiz/rotour" }, "categories": [ "Programming Languages" ], "publisher": "Nv7", "contributes": { "languages": [ { "id": "rotour", "aliases": [ "RoTour Path", "roto" ], "extensions": [ ".roto", ".rotour" ], "configuration": "./language-configuration.json" } ], "grammars": [ { "language": "rotour", "scopeName": "source.rotour", "path": "./syntaxes/rotour.tmLanguage.json" } ] } }