Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit c2c955e

Browse files
committed
prepare release 0.0.23
1 parent 00b6b32 commit c2c955e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.0.23]
4+
5+
### Added
6+
7+
- Update some language configurations to match the latest from [Elixir LS](https://github.com/elixir-lsp/vscode-elixir-ls). The main changes are:
8+
- Adds many new common sigil-delimiter combinations as auto-closing pairs
9+
- Adds basic support for HEEX syntax highlighting
10+
311
## [0.0.22]
412

513
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lexical",
33
"displayName": "Lexical (Elixir Language Server)",
44
"description": "Elixir language support for Visual Studio Code",
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"repository": "github:lexical-lsp/vscode-lexical",
77
"publisher": "lexical-lsp",
88
"icon": "assets/lexi-logo-square-128.png",

0 commit comments

Comments
 (0)