Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DyGriin committed Jun 21, 2022
1 parent 22cb25d commit 97d4ad9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ package-lock.json
*.obj
*.lib
*.exp
*.wasm

# Custom
test.eel
Expand Down
10 changes: 10 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
"detail": "test parser",
"problemMatcher": [],
},
{
"type": "shell",
"command": "tree-sitter",
"args": [
"build-wasm",
],
"label": "tree-sitter: build wasm",
"detail": "test parser",
"problemMatcher": [],
},
],
"inputs": [
{
Expand Down

0 comments on commit 97d4ad9

Please sign in to comment.