1
Fork 0
mirror of https://github.com/Steffo99/riscv-plus.git synced 2024-10-16 06:27:33 +00:00

Reorganize package

This commit is contained in:
Steffo 2022-06-21 02:57:44 +02:00
parent f1da650db5
commit 9f0db6701d
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 13 additions and 12 deletions

View file

@ -2,31 +2,32 @@
"name": "riscv-plus",
"publisher": "steffo",
"icon": "icon.png",
"version": "0.0.3",
"displayName": "RISC-V Plus",
"description": "RISC-V Syntax Highlighting.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Steffo99/riscv-plus/issues",
"email": "me@steffo.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/Steffo99/riscv-plus"
},
"version": "0.1.0",
"engines": {
"vscode": "^1.33.0"
},
"license": "MIT",
"displayName": "RISC-V Plus",
"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"
"configuration": "./configurations/riscv.configuration.json"
}],
"grammars": [{
"language": "riscv",