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 501501 <key >function </key >
502502 <dict >
503503 <key >begin </key >
504- <string >(function|configuration)\s+((?:\p{L}|\d|_|-)+) </string >
504+ <string >(?i: function|configuration)\s+((?:\p{L}|\d|_|-)+) </string >
505505 <key >beginCaptures </key >
506506 <dict >
507507 <key >0 </key >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ function Test-ScopesEqual
167167 if ($leftScope.startOffset -ne $rightScope.startOffset ) {return $false }
168168 if ($leftScope.endOffset -ne $rightScope.endOffset ) {return $false }
169169 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
171171 # if ($leftScope.Kind.Split('.')[0] -ne $rightScope.Kind.Split('.')[0]) {return $false}
172172 return $true
173173}
You can’t perform that action at this time.
0 commit comments