File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 105105 ' name' : ' keyword.operator.js'
106106 ' patterns' : [
107107 {
108- ' include' : ' $self '
108+ ' include' : ' $base '
109109 }
110110 ]
111111 }
252252 ' 1' :
253253 ' name' : ' meta.delimiter.semicolon.js'
254254 ' patterns' : [
255- ' include' : ' $self '
255+ ' include' : ' $base '
256256 ]
257257 }
258258 {
259259 ' include' : ' #curlybracerecursion'
260260 }
261261 {
262- ' include' : ' $self '
262+ ' include' : ' $base '
263263 }
264264 {
265265 ' match' : ' ;'
440440 ' include' : ' #comma'
441441 ' patterns' : [
442442 {
443- ' include' : ' $self '
443+ ' include' : ' $base '
444444 }
445445 ]
446446 }
557557 ' name' : ' keyword.operator.js'
558558 ' patterns' : [
559559 {
560- ' include' : ' $self '
560+ ' include' : ' $base '
561561 }
562562 ]
563563 }
637637 ' name' : ' meta.brace.square.js'
638638 ' patterns' : [
639639 {
640- ' include' : ' $self '
640+ ' include' : ' $base '
641641 }
642642 ]
643643 }
650650 ' name' : ' meta.brace.round.js'
651651 ' patterns' : [
652652 {
653- ' include' : ' $self '
653+ ' include' : ' $base '
654654 }
655655 ]
656656 }
711711 ' name' : ' meta.brace.curly.js'
712712 ' patterns' : [
713713 {
714- ' include' : ' $self '
714+ ' include' : ' $base '
715715 }
716716 ]
717717
10351035 ' name' : ' punctuation.definition.parameters.end.js'
10361036 ' patterns' : [
10371037 {
1038- ' include' : ' $self '
1038+ ' include' : ' $base '
10391039 }
10401040 ]
10411041
You can’t perform that action at this time.
0 commit comments