diff --git a/src/main.ts b/src/main.ts index 7c6786399..c0754c272 100644 --- a/src/main.ts +++ b/src/main.ts @@ -29,6 +29,8 @@ import { locate } from './locate' lw.locate = locate import { completion } from './completion' lw.completion = completion +import { language } from './language' +lw.language = language import { lint } from './lint' lw.lint = lint import { outline } from './outline'