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 3f9a276 commit 91e0ae8Copy full SHA for 91e0ae8
lib_src/misc/cells.ts
@@ -6,7 +6,7 @@ import { getLine } from "./blocks.js"
6
7
import { Point, TextEditor } from "atom"
8
9
-export function getRange(editor: TextEditor) {
+export function getRange(editor: TextEditor): [Point, Point] {
10
// Cell range is:
11
// Start of line below top delimiter (and/or start of top row of file) to
12
// End of line before end delimiter
0 commit comments