{ "name": "thyme-syntax-highlight", "displayName": "Thyme Syntax Highlight", "description": "Syntax highlighting for Algodoo Thyme script language", "version": "0.0.1", "engines": { "vscode": "^1.60.0" }, "categories": [ "Programming Languages" ], "contributes": { "languages": [ { "id": "thyme", "aliases": ["Thyme", "thyme"], "extensions": [".thyme"], "configuration": "./language-configuration.json" } ], "grammars": [ { "language": "thyme", "scopeName": "source.thyme", "path": "./syntaxes/thyme.tmLanguage.json" } ] } }