Skip to content

Commit

Permalink
chore: add icon and tweak readme
Browse files Browse the repository at this point in the history
Test auto release II

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Jan 7, 2025
1 parent 95059e4 commit 3ab1629
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WIT IDL for VSCode
# <img src="resources/wit-icon.png" alt="logo" width="56"/> Language extension for VS Code

This package complements [bytecodealliance.wit-idl](https://marketplace.visualstudio.com/items?itemName=BytecodeAlliance.wit-idl) by adding an Antlr4 grammar, which (in time) will drive various language specific features.

Expand All @@ -7,7 +7,7 @@ The description of the WIT format can be found at: https://github.com/WebAssembl
## Features

- [x] Add dependy on [bytecodealliance.wit-idl](https://marketplace.visualstudio.com/items?itemName=BytecodeAlliance.wit-idl)
- [x] Add Antlr4 grammar
- [x] Add Antlr4 grammar ([Wit.g4](grammar/Wit.g4))
- [x] "Quick" syntax checking (F7)
- [x] "Quick" syntax checking on open/save (optional behind config flag)
- [ ] Web host support
Expand All @@ -33,15 +33,9 @@ This extension contributes the following settings:
* `wit.syntaxCheckOnLoad`: Enable/disable syntax check on load (defaults on).
* `wit.syntaxCheckOnSave`: Enable/disable syntax check on save (defaults on).

## Known Issues

Placeholder for known issues.

## Release Notes

### 0.0.0

Initial release, includes Antlr4 grammar and "quick" syntax checking.
See [CHANGELOG.md](CHANGELOG.md) for release notes.

---

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"private": true,
"name": "wit-lang",
"displayName": "WIT (WebAssembly Interface Type) Language",
"description": "WIT (WebAssembly Interface Type) Language Extension for VSCode",
"private": true,
"icon": "resources/wit-icon.png",
"version": "1.0.1",
"publisher": "GordonSmith",
"type": "commonjs",
Expand Down
Binary file added resources/wit-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ab1629

Please sign in to comment.