Skip to content

Commit 913f8e8

Browse files
padding
1 parent 7a9620f commit 913f8e8

File tree

1 file changed

+2
-0
lines changed
  • packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler

1 file changed

+2
-0
lines changed

packages/cursorless-engine/src/processTargets/modifiers/scopeHandlers/SurroundingPairScopeHandler/InteriorScopeHandler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class InteriorScopeHandler extends BaseScopeHandler {
6666
// the target domain. E.g the user said "inside token", then we don't want
6767
// to yield scopes that are larger than the token. The definition of an
6868
// interior is that it's inside the scope.
69+
6970
for (const scope of scopes) {
7071
if (targetDomain.contains(scope.domain)) {
7172
yield scope;
@@ -82,6 +83,7 @@ export class InteriorScopeHandler extends BaseScopeHandler {
8283
// type), then we don't want to include matching pairs. The user might
8384
// have said something like "inside element" and then we don't want to
8485
// yield the interior of the `<div>` pair.
86+
8587
if (this.scopeType.explicitScopeType) {
8688
if (languageScopeHandler == null) {
8789
return undefined;

0 commit comments

Comments
 (0)