File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 "displayName" : " Rhai Language Support" ,
55 "description" : " Syntax highlighting for Rhai scripts" ,
66 "publisher" : " rhaiscript" ,
7- "version" : " 0.6.3 " ,
7+ "version" : " 0.6.4 " ,
88 "icon" : " assets/icon.png" ,
99 "homepage" : " https://rhai.rs" ,
1010 "bugs" : {
107107 "tslint" : " ^6.0.0" ,
108108 "typescript" : " ^3.8.2"
109109 }
110- }
110+ }
Original file line number Diff line number Diff line change @@ -508,4 +508,4 @@ repository:
508508 - name : support.function.rhai
509509 match : \b(print|debug|call|curry|eval|type_of|is_def_var|is_def_fn|is_shared)\b
510510 - name : invalid.illegal.keyword.rhai
511- match : \b(var|static|begin|end| shared|each|then| goto|exit|unless |match|case|public|protected|new|use|with|module|package|super|thread|spawn|go|await|async|sync|yield|default|void|null|nil)\b
511+ match : \b(var|static|shared|goto|exit|match|case|public|protected|new|use|with|module|package|super|thread|spawn|go|await|async|sync|yield|default|void|null|nil)\b
Original file line number Diff line number Diff line change 817817 },
818818 {
819819 "name" : " invalid.illegal.keyword.rhai" ,
820- "match" : " \\ b(var|static|begin|end| shared|each|then| goto|exit|unless |match|case|public|protected|new|use|with|module|package|super|thread|spawn|go|await|async|sync|yield|default|void|null|nil)\\ b"
820+ "match" : " \\ b(var|static|shared|goto|exit|match|case|public|protected|new|use|with|module|package|super|thread|spawn|go|await|async|sync|yield|default|void|null|nil)\\ b"
821821 }
822822 ]
823823 }
You can’t perform that action at this time.
0 commit comments