Skip to content

Commit

Permalink
update infos
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 15, 2024
1 parent 76c2164 commit 954b690
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
# - run: npm ci
# - run: npm install
- run: npm ci
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
id: publishToOpenVSX
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "gwion" extension will be documented in this file.

## 1.1 - 2024-15-02
### Added
- added support for the gwiond language server

## 0.2 - 2021-06-07
### Added
- Syntax highlighting for all Gwion control keywords, storage types and class types.
Expand All @@ -10,4 +14,4 @@ All notable changes to the "gwion" extension will be documented in this file.

## 0.1

The first release of this extension offers basic syntax highlighting and `#!` style line comments.
The first release of this extension offers basic syntax highlighting and `#!` style line comments.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This is a VSCode extension for [Gwion](https://gwion.github.io/Gwion/), the stro
## Features

It supports syntax highlighting and `#!` style line comments for files with a `.gw` extension.
Also lauches `gwiond`, the language server

## Known Issues

Expand All @@ -18,7 +19,6 @@ Please see [the changelog](CHANGELOG.md).

## Todo

- Add syntax checking
- Add autocompletion and more [programmatic language features](https://code.visualstudio.com/api/language-extensions/programmatic-language-features)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "A VS Code Gwion plugin that runs gwiond.",
"author": "the Gwion team",
"license": "MIT",
"version": "1.1.2",
"version": "1.1.3",
"icon": "Gwion.png",

"repository": {
Expand Down

0 comments on commit 954b690

Please sign in to comment.