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

Commit 4359432

Browse files
committed
Prepare release 0.0.22
1 parent fdf97f9 commit 4359432

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.0.22]
4+
5+
### Added
6+
7+
- Update the Elixir grammar to the latest from [Elixir LS](https://github.com/elixir-lsp/vscode-elixir-ls). This update
8+
brings over ~2 years of improvements to Elixir LS' grammar to Lexical. Thanks to @probably-not!
9+
10+
Here's the list of improvements brought by this upgrade, gracefully provided by @lukaszsamson:
11+
- unicode identifier support added
12+
- unicode support in atoms
13+
- reraise keyword
14+
- correct list of operator atoms
15+
- correct matching of defguard as function scope
16+
- removed pre 1.0 keywords
17+
- multiletter uppercase sigils
18+
- corrected textmate scopes for variables
19+
- function call matching
20+
- improvements to @doc and friends
21+
322
## [0.0.21]
423

524
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.21",
5+
"version": "0.0.22",
66
"repository": "github:lexical-lsp/vscode-lexical",
77
"publisher": "lexical-lsp",
88
"icon": "assets/lexi-logo-square-128.png",

0 commit comments

Comments
 (0)