aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* build(deps): bump tokio from 1.28.2 to 1.29.1 (#7528)dependabot[bot]2023-07-04
* highlight(matlab): Many bug fixes and improvements (#7511)Álan Crístoffer2023-07-03
* highlight(matlab): Fix string's single-quote's color (#7493)Álan Crístoffer2023-06-30
* Add .cppm file type to cpp language configuration (#7492)Chris Heyes2023-06-30
* docs: align content with parent paragraph (#7488)Tshepang Mbambo2023-06-30
* Update tree-sitter-matlab (#7491)Álan Crístoffer2023-06-30
* LSP: Forcefully shutdown uninitialized servers (#7449)Michael Davis2023-06-29
* update OneDarker theme to use light-gray for inlay hints. (#7433)gobraves2023-06-29
* LSP: Use negotiated position encoding for workspace edits (#7469)Michael Davis2023-06-29
* LSP: Discard publishDiagnostic from uninitialized servers (#7467)Michael Davis2023-06-28
* correctly map unsorted positions (#7471)Pascal Kuthe2023-06-28
* build(deps): bump libc from 0.2.146 to 0.2.147 (#7463)dependabot[bot]2023-06-27
* build(deps): bump serde_json from 1.0.97 to 1.0.99 (#7462)dependabot[bot]2023-06-27
* build(deps): bump toml from 0.7.4 to 0.7.5 (#7461)dependabot[bot]2023-06-27
* build(deps): bump gix from 0.46.0 to 0.47.0 (#7460)dependabot[bot]2023-06-27
* Mark buffers created from stdin as modified (#7431)Michael Davis2023-06-26
* fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463eBlaž Hrastnik2023-06-26
* move normalize fastpath into normalize functionPascal Kuthe2023-06-25
* map positions through changes in O(N)Pascal Kuthe2023-06-25
* feat(toml): highlight table headers (#7441)Branch Vincent2023-06-24
* highlight(matlab): Bumps tree-sitter-matlab commit. (#7442)Álan Crístoffer2023-06-24
* Allow any indent size from 1 to 16 (#7429)Scott Driggers2023-06-23
* Replace MATLAB grammar (#7388)Álan Crístoffer2023-06-22
* Theme: port of Zed's OneDark and OneLight themes (#7250)eh2023-06-22
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Avoid false positives in non-fuzzy bracket matchPascal Kuthe2023-06-22
* match pairs which don't form a standalone TS nodePascal Kuthe2023-06-22
* Fix tree sitter chunking (#7417)A-Walrus2023-06-21
* build(deps): bump bitflags from 2.3.1 to 2.3.2 (#7394)dependabot[bot]2023-06-20
* build(deps): bump serde_json from 1.0.96 to 1.0.97 (#7393)dependabot[bot]2023-06-20
* build(deps): bump cachix/install-nix-action from 21 to 22 (#7392)dependabot[bot]2023-06-20
* remove mention of Wasm from `vision.md` (#7395)Kirawi2023-06-20
* highlight(sql): Update tree-sitter-sql to `98a7fc9` (#7387)LeoniePhiline2023-06-19
* Fix Component implementations for Picker (#7382)Michael Davis2023-06-19
* Merge pull request #7264 from the-mikedavis/merge-picker-and-filepickerPascal Kuthe2023-06-19
|\
| * Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
| * Make file preview callback optionalMichael Davis2023-06-18
| * Move FilePicker struct def closer to impl blockGokul Soumya2023-06-18
| * Render the preview in FilePickerGokul Soumya2023-06-18
| * Move Picker::render into FilePicker::renderGokul Soumya2023-06-18
| * Move Component methods except render() to FilePickerGokul Soumya2023-06-18
| * Move handle_event methods from Picker to FilePickerGokul Soumya2023-06-18
| * Move navigation methods from Picker to FilePickerGokul Soumya2023-06-18
| * Move scoring functions from Picker to FilePickerGokul Soumya2023-06-18
| * Copy struct fields and new() from Picker to FilePickerGokul Soumya2023-06-18
| * Move FilePicker::render from Component impl to normal implGokul Soumya2023-06-18
* | Allow ANSI colors in themes (#5119)tomleb2023-06-19
|/
* Use default line ending in open command (#7357)Alex2023-06-17
* Add forth-lsp and update tree-sitter-forth (#7334)Alexander Brevig2023-06-16
* Add yank_joined command (#7195)spectre2562023-06-16