Skip to content

Commit

Permalink
Add identifierRegexps variable in Completer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunwoo-Shin committed Sep 14, 2020
1 parent 973c040 commit dd9d0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ace.d.ts
Expand Up @@ -857,6 +857,7 @@ export namespace Ace {
type CompleterCallback = (error: any, completions: Completion[]) => void;

interface Completer {
identifierRegexps?: Array<RegExp>,
getCompletions(editor: Editor,
session: EditSession,
position: Point,
Expand Down

0 comments on commit dd9d0b9

Please sign in to comment.