File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments