Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
coder014 committed Feb 12, 2023
1 parent b281ce7 commit 6eef0f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This VSCode extension provides basic MIPS colorization support.
- Preprocessors like `#include` and `#define`
- Comments: `#`, `//` and `/* */`

## Screenshot
![screenshot](images/screenshot.jpg)


## Release Notes

Expand Down
Binary file added images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,20 @@
"description": "Provides syntax highlighting for MIPS assembly language",
"version": "0.0.9",
"publisher": "coder014",
"homepage": "https://github.com/zhuanhao-wu/vscode-riscv-support",
"homepage": "https://github.com/coder014/vscode-mips-highlight",
"icon": "images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/zhuanhao-wu/vscode-riscv-support"
"url": "https://github.com/coder014/vscode-mips-highlight"
},
"bugs": {
"url": "https://github.com/zhuanhao-wu/vscode-riscv-support/issues",
"email": "[email protected]"
"url": "https://github.com/coder014/vscode-mips-highlight/issues"
},
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Languages"
"Programming Languages"
],
"contributes": {
"languages": [
Expand Down

0 comments on commit 6eef0f9

Please sign in to comment.