mirror of
https://github.com/Steffo99/riscv-plus.git
synced 2024-11-24 00:54:25 +00:00
Update manifest
This commit is contained in:
parent
2e61883610
commit
0dcb2299ee
1 changed files with 13 additions and 3 deletions
16
package.json
16
package.json
|
@ -1,15 +1,25 @@
|
|||
{
|
||||
"name": "riscv-plus",
|
||||
"displayName": "RISC-V Assembly",
|
||||
"description": "Alpha for RISC-V Syntax Highlighting.",
|
||||
"version": "0.0.2",
|
||||
"publisher": "steffo",
|
||||
"version": "0.0.1",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue