Skip to content

Commit 2b1c65b

Browse files
committedApr 25, 2023
fix: hide $getindent from the SyntaxMode
Technically derived modes use it a lot, but any new custom mode can use the super.getNextLineindent() instead
1 parent 2db9d4e commit 2b1c65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎ace.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ export namespace Ace {
432432
getNextLineIndent(state: any, line: string, tab: string): string;
433433
checkOutdent(state: any, line: string, input: string): boolean;
434434
autoOutdent(state: any, doc: Document, row: number): void;
435-
$getIndent(line: string): string;
436435
// TODO implement WorkerClient types
437436
createWorker(session: EditSession): any;
438437
createModeDelegates(mapping: { [key: string]: string }): void;

0 commit comments

Comments
 (0)
Please sign in to comment.