Skip to content

Commit

Permalink
Missed a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Dec 18, 2023
1 parent ee5d029 commit 6664026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6664026

Please sign in to comment.