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 a3b8918 commit 1bb69a5Copy full SHA for 1bb69a5
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