Skip to content

Commit 7ae7b30

Browse files
Merge branch 'interiorScope' of github.com:cursorless-dev/cursorless into interiorScope
2 parents 7d9d5fe + eade3b5 commit 7ae7b30

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,15 +722,15 @@ export const scopeSupportFacetInfos: Record<
722722
scopeType: { type: "interior" },
723723
},
724724
"interior.element": {
725-
description: "The interior/children of an xml element",
725+
description: "The interior/children of an XML element",
726726
scopeType: { type: "interior" },
727727
},
728728
"interior.command": {
729729
description: "The body of a Talon command",
730730
scopeType: { type: "interior" },
731731
},
732732
"interior.cell": {
733-
description: "The body of code cell in markdown",
733+
description: "The body of a code cell in markdown",
734734
scopeType: { type: "interior" },
735735
},
736736

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export class InteriorScopeHandler extends BaseScopeHandler {
8383
// type), then we want to prioritize language scopes. The user might
8484
// have said something like "inside element" and then we don't want to
8585
// yield the interior of the `<div>` pair first.
86-
8786
if (this.scopeType.explicitScopeType) {
8887
if (languageScopeHandler == null) {
8988
return pairScopeHandler;

0 commit comments

Comments
 (0)