summaryrefslogtreecommitdiff
path: root/cli/lsp/text.rs
AgeCommit message (Collapse)Author
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-04-20feat(lsp): Implement textDocument/semanticTokens/full (#10233)Jean Pierre
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-01-29Update lspower dependency (#9179)hvithrafn
2021-01-27fix(lsp): handle mbc properly when formatting (#9273)Kitson Kelly
2021-01-22fix(lsp): handle mbc documents properly (#9151)Kitson Kelly
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
Resolves #8400