Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 30, 2023
1 parent f3b3582 commit de222e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## v2.3.0 - 2023-05-30

- Comments are now continued on the next line when entering a newline.
- Updated syntax highlighting for Gleam v0.29.0.

## v2.2.0 - 2023-02-28

Expand Down
2 changes: 1 addition & 1 deletion syntaxes/gleam.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"patterns": [
{
"name": "keyword.control.gleam",
"match": "\\b(use|case|if|external|fn|import|let|assert|try|pub|type|opaque|const|todo|panic)\\b"
"match": "\\b(use|case|if|external|fn|import|let|assert|pub|type|opaque|const|todo|panic)\\b"
},
{
"name": "keyword.operator.arrow.gleam",
Expand Down

0 comments on commit de222e5

Please sign in to comment.