File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1073
1073
"1" : { "name" : " keyword.control.flow.return.renpy" }
1074
1074
},
1075
1075
"end" : " $" ,
1076
- "patterns" : [{ "include" : " #expressions" }, { "include" : " source.renpy.python#expression" }]
1076
+ "patterns" : [{ "include" : " #expressions-renpy-only " }, { "include" : " source.renpy.python#expression" }]
1077
1077
},
1078
1078
"call-jump-expression" : {
1079
1079
"begin" : " \\ b(?<!\\ .)(expression)\\ b" ,
1080
1080
"beginCaptures" : {
1081
1081
"1" : { "name" : " keyword.expression.renpy" }
1082
1082
},
1083
1083
"end" : " (?=\\ b(?<!\\ .)(?:pass|from)\\ b)|$" ,
1084
- "patterns" : [{ "include" : " #expressions" }, { "include" : " source.renpy.python#expression" }]
1084
+ "patterns" : [{ "include" : " #expressions-renpy-only " }, { "include" : " source.renpy.python#expression" }]
1085
1085
},
1086
1086
"jump" : {
1087
1087
"name" : " meta.jump.statement.renpy" ,
1106
1106
"call-pass" : {
1107
1107
"begin" : " \\ b(?<!\\ .)(pass)\\ b[ \\ t]*(?=\\ ()" ,
1108
1108
"beginCaptures" : {
1109
- "1" : { "name" : " keyword.pass.renpy" }
1109
+ "1" : { "name" : " keyword.control.flow. pass.renpy" }
1110
1110
},
1111
1111
"end" : " (\\ ))" ,
1112
1112
"endCaptures" : {
1124
1124
},
1125
1125
"call" : {
1126
1126
"name" : " meta.call.statement.renpy" ,
1127
- "begin" : " (?<=^[ \\ t]+)(call)\\ b[ \\ t]* " ,
1127
+ "begin" : " (?<=^[ \\ t]+)(call)\\ b(?: [ \\ t]+(screen))? " ,
1128
1128
"beginCaptures" : {
1129
- "1" : { "name" : " keyword.control.flow.call.renpy" }
1129
+ "1" : { "name" : " keyword.control.flow.call.renpy" },
1130
+ "2" : { "name" : " keyword.screen.renpy" }
1130
1131
},
1131
1132
"end" : " (?=#)|$" ,
1132
1133
"endCaptures" : {
You can’t perform that action at this time.
0 commit comments