We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b3582 commit de222e5Copy full SHA for de222e5
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-## Unreleased
+## v2.3.0 - 2023-05-30
4
5
- Comments are now continued on the next line when entering a newline.
6
+- Updated syntax highlighting for Gleam v0.29.0.
7
8
## v2.2.0 - 2023-02-28
9
syntaxes/gleam.tmLanguage.json
@@ -23,7 +23,7 @@
23
"patterns": [
24
{
25
"name": "keyword.control.gleam",
26
- "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"
27
},
28
29
"name": "keyword.operator.arrow.gleam",
0 commit comments