File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches :
88 - main
9-
9+ release :
10+ types : [published]
11+
1012concurrency :
1113 group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1214 cancel-in-progress : false
Original file line number Diff line number Diff line change 22 "name" : " vscode-hikolang" ,
33 "displayName" : " vscode-hikolang" ,
44 "description" : " Support for the hikolang language." ,
5- "version" : " 0.1.1 " ,
5+ "version" : " 0.1.2 " ,
66 "engines" : {
77 "vscode" : " ^1.105.0"
88 },
Original file line number Diff line number Diff line change 8181 "patterns" : [
8282 {
8383 "name" : " keyword.control.hikolang" ,
84- "match" : " \\ b(if|else|for|while|switch|case|default|break|continue|return|module|import|syntax|fn|class|union|enum|throw|trap|try)\\ b"
84+ "match" : " \\ b(if|else|for|while|switch|case|default|break|continue|return|result| module|import|syntax|fn|class|union|enum|throw|trap|try|yield|await )\\ b"
8585 }
8686 ]
8787 },
You can’t perform that action at this time.
0 commit comments