summaryrefslogtreecommitdiff
path: root/cli/lsp/text.rs
AgeCommit message (Collapse)Author
2024-05-04fix(lsp): handle multiline semantic tokens (#23691)Nayeem Rahman
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-09perf(lsp): optimize formatting minified files (#20829)Nayeem Rahman
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-05-15fix(lsp): correct positions in some scenarios (#14359)David Sherret
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
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