Skip to content

Commit

Permalink
Bump up version to v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Jan 30, 2023
1 parent 1784875 commit 5df18bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ properly.
| doctor | <kbd>Shift+Alt+D</kbd> |

However, we recommend using the Command Palette (<kbd>Ctrl</kbd><kbd>P</kbd>) to
see which other commands are available by typing `Juvix` and select the command you want to run.
see which other commands are available by typing `Juvix` and selecting the command you want to run.

## Configuration

Expand All @@ -87,9 +87,9 @@ this feature even if it's not a Juvix file.
The extension will look for lines in the active file that contain the pattern
`DEBUG: nameTASK` where `nameTask` is an entry in the `juvix-mode.devTasks`
configuration option. Check the extension configuration to see some examples you
can use or add your own setup. Some strings are expanded in runtime. For
can use or add to your setup. Some strings are expanded in runtime. For
example, `$filename` will be replaced by the name of the active file. The
extension provides autocompletion for the default tasks. To triger this feature,
extension provides auto-completion for the default tasks. To trigger this feature,
start typing `debug` somewhere in the file.

For example, if you have the following line in your configuration file:
Expand Down Expand Up @@ -142,7 +142,7 @@ The aforementioned features are experimental and might change in the future.

## Features

- Command palette with typechecking, compilation, and running Juvix files.
- Command palette with type checking, compilation, and running Juvix files.
- Semantic syntax highlighting.
- Support for light and dark themes.
- Support for Unicode input (e.g. λ, Π, Σ, etc.) pressing e.g. `\` + "alpha" + `space`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juvix-mode",
"version": "0.1.23",
"version": "0.1.24",
"license": "GPL-3.0",
"description": "Juvix Mode for VSCode",
"displayName": "Juvix",
Expand Down

0 comments on commit 5df18bf

Please sign in to comment.