File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 501
501
<key >function </key >
502
502
<dict >
503
503
<key >begin </key >
504
- <string >(function|configuration)\s+((?:\p{L}|\d|_|-)+) </string >
504
+ <string >(?i: function|configuration)\s+((?:\p{L}|\d|_|-)+) </string >
505
505
<key >beginCaptures </key >
506
506
<dict >
507
507
<key >0 </key >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ function Test-ScopesEqual
167
167
if ($leftScope.startOffset -ne $rightScope.startOffset ) {return $false }
168
168
if ($leftScope.endOffset -ne $rightScope.endOffset ) {return $false }
169
169
if ($leftScope.Text -ne $rightScope.Text ) {return $false }
170
- # TODO: this is week, need to make stronger
170
+ # TODO: this is week, need to verify that Kind is the same
171
171
# if ($leftScope.Kind.Split('.')[0] -ne $rightScope.Kind.Split('.')[0]) {return $false}
172
172
return $true
173
173
}
You can’t perform that action at this time.
0 commit comments