{ "name": "riscv-plus", "version": "0.0.3", "publisher": "steffo", "engines": { "vscode": "^1.33.0" }, "license": "MIT", "displayName": "RISC-V Assembly", "description": "Alpha for RISC-V Syntax Highlighting.", "categories": [ "Programming Languages" ], "keywords": ["riscv", "assembly"], "preview": true, "bugs": { "url": "https://github.com/Steffo99/riscv-plus/issues" }, "repository": { "type": "git", "url": "https://github.com/Steffo99/riscv-plus" }, "contributes": { "languages": [{ "id": "riscv", "aliases": ["RISC-V Assembly", "riscv"], "extensions": [".riscv"], "configuration": "./language-configuration.json" }], "grammars": [{ "language": "riscv", "scopeName": "source.riscv", "path": "./syntaxes/riscv.tmLanguage.json" }] } }