Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Nov 15, 2023
1 parent ab9d737 commit d139ffa
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*.vsix
*.vsix
*.3body
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
![banner](https://github.com/rustq/3body-lang/assets/11075892/736ad70f-75ad-4eb7-a2f8-4f9ca979b329)

# 3body-vscode-language-server

## Installation

[3body-vscode-language-server](https://marketplace.visualstudio.com/items?itemName=meloalright.3body-vscode-language-server)

## Development

```shell
$ git clone [email protected]:rustq/3body-vscode-language-server.git
$ cd 3body-vscode-language-server
```
$ vsce package -yes

```shell
$ vsce package
```
Binary file added images/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "3body-vscode-language-server",
"displayName": "3body-vscode-language-server",
"description": "",
"publisher": "meloalright",
"description": "3body-lang syntax highlighter",
"repository": "https://github.com/rustq/3body-vscode-language-server",
"version": "0.0.1",
"homepage": "https://github.com/rustq/3body-vscode-language-server",
"version": "0.0.2",
"engines": {
"vscode": "^1.54.0"
},
"categories": [
"Programming Languages"
],
"icon": "images/default.png",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"pricing": "Free",
"license": "MIT",
"contributes": {
"languages": [{
"id": "3body",
Expand Down

0 comments on commit d139ffa

Please sign in to comment.