File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 193193 "name" : " keyword.other.event.usecode" ,
194194 "match" : " \\ bevent\\ b"
195195 },
196+ {
197+ "name" : " keyword.other.user_choice.usecode" ,
198+ "match" : " \\ buser_choice\\ b"
199+ },
196200 {
197201 "name" : " keyword.control.flow.usecode" ,
198- "match" : " \\ b(?:if|else|return|do|while|for|nobreak|switch|converse|case|break|goto|default|fallthrough|try|catch|throw|abort|forever|breakable)\\ b"
202+ "match" : " \\ b(?:if|else|return|do|while|for|nobreak|switch|converse|case|always| break|goto|default|fallthrough|try|catch|throw|abort|forever|breakable)\\ b"
199203 },
200204 {
201205 "name" : " storage.type.usecode" ,
227231 },
228232 {
229233 "name" : " keyword.function-like.usecode" ,
230- "match" : " \\ b(?:message|response|original|hide|remove|add|script|runscript|user_choice )\\ b"
234+ "match" : " \\ b(?:message|response|original|hide|remove|add|script|runscript)\\ b"
231235 },
232236 {
233237 "name" : " keyword.other.usecode" ,
234- "match" : " \\ b(?:after|ticks|static|endconv|attend|always )\\ b"
238+ "match" : " \\ b(?:after|ticks|static|endconv|attend)\\ b"
235239 }
236240 ]
237241 },
You can’t perform that action at this time.
0 commit comments