We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121fda9 commit 3346be5Copy full SHA for 3346be5
packages/common/src/types/ScopeProvider.ts
@@ -19,6 +19,13 @@ export interface ScopeProvider {
19
config: ScopeRangeConfig,
20
) => ScopeRanges[];
21
22
+ /**
23
+ * Get the scope ranges for the given editor and range.
24
+ * @param editor The editor
25
+ * @param scopeType The scope type to get ranges for
26
+ * @param range The range to get scope ranges for
27
+ * @returns A list of scope ranges
28
+ */
29
provideScopeRangesForRange(
30
editor: TextEditor,
31
scopeType: ScopeType,
0 commit comments