How to use a custom linter after calling CodeMirror.registerHelper()

You can also add languageData.of(() => globalLanguageData) to your configuration to add language data for all languages (assuming globalLanguageData is an object with an autocomplete property holding a completion source).

1 Like