File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " %description%" ,
55 "publisher" : " IgorKilipenko" ,
66 "icon" : " images/onecalng_favicon.png" ,
7- "version" : " 0.2.4 " ,
7+ "version" : " 0.2.5 " ,
88 "engines" : {
99 "vscode" : " ^1.85.0"
1010 },
Original file line number Diff line number Diff line change 525525 "inblock-functions" : {
526526 "patterns" : [
527527 {
528- "begin" : " \\ b([_$[:alpha:]][_$[:alnum:]]*)\\ b\\ s*(\\ ()\\ s*" ,
528+ "begin" : " ( \\ b(?:[Жж]дать|[Aa]wait)? \\ b)(?: \\ s*) \\ b([_$[:alpha:]][_$[:alnum:]]*)\\ b\\ s*(\\ ()\\ s*" ,
529529 "beginCaptures" : {
530- "1" : { "name" : " entity.name.function.bsl" },
531- "2" : { "name" : " punctuation.bracket.begin.bsl" }
530+ "1" : { "name" : " keyword.control.flow.bsl" },
531+ "2" : { "name" : " entity.name.function.bsl" },
532+ "3" : { "name" : " punctuation.bracket.begin.bsl" }
532533 },
533534 "end" : " \\ s*(\\ ))" ,
534535 "endCaptures" : {
You can’t perform that action at this time.
0 commit comments