Skip to content

Commit 254b94c

Browse files
committed
fix: temporary - pass null wordRegExp
1 parent c77e94b commit 254b94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/auto-languageclient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ export default class AutoLanguageClient {
519519
name: this.name,
520520
priority: 20,
521521
grammarScopes: this.getGrammarScopes(),
522+
wordRegExp: null, // TODO pass RegExp
522523
getDefinition: this.getDefinition.bind(this),
523524
};
524525
}

0 commit comments

Comments
 (0)