Skip to content

Commit e6c9660

Browse files
committed
v2.4.0
1 parent 7da5fc2 commit e6c9660

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.4.0 - 2023-07-23
4+
5+
- Snippets update for Gleam v0.30.0.
6+
- `as` added as a keyword.
7+
38
## v2.3.0 - 2023-05-30
49

510
- Comments are now continued on the next line when entering a newline.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gleam",
33
"displayName": "Gleam",
44
"description": "Support for the Gleam programming language",
5-
"version": "2.3.0",
5+
"version": "2.4.0",
66
"publisher": "gleam",
77
"repository": {
88
"type": "git",

syntaxes/gleam.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"patterns": [
2424
{
2525
"name": "keyword.control.gleam",
26-
"match": "\\b(use|case|if|external|fn|import|let|assert|pub|type|opaque|const|todo|panic)\\b"
26+
"match": "\\b(as|use|case|if|external|fn|import|let|assert|pub|type|opaque|const|todo|panic)\\b"
2727
},
2828
{
2929
"name": "keyword.operator.arrow.gleam",

0 commit comments

Comments
 (0)