Skip to content

Commit df0536d

Browse files
Merge branch 'treeSitterQueryCache' of github.com:cursorless-dev/cursorless into treeSitterQueryCache
2 parents a3ec9aa + 5325975 commit df0536d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
matchAllIterator,
3-
Range,
4-
type SimpleScopeTypeType,
5-
type TextDocument,
6-
} from "@cursorless/common";
1+
import { matchAllIterator, Range, type TextDocument } from "@cursorless/common";
72
import type { LanguageDefinition } from "../../../../languages/LanguageDefinition";
83
import type { QueryCapture } from "../../../../languages/TreeSitterQuery/QueryCapture";
94
import { getDelimiterRegex } from "./getDelimiterRegex";

0 commit comments

Comments
 (0)