| Commit message (Expand) | Author | Age |
* | Add a TreeCursor type that travels over injection layers | Michael Davis | 2024-03-23 |
* | syntax: Track parent LanguageLayer IDs | Michael Davis | 2024-03-23 |
* | Bump tree-sitter to 0.22.2 | Michael Davis | 2024-03-18 |
* | toggling of block comments (#4718) | Gabriel Dinner-David | 2024-02-27 |
* | switch to regex-cursor (#9422) | Pascal Kuthe | 2024-02-26 |
* | fix lsp config reload (#9415) | kyfanc | 2024-02-13 |
* | Add required-root-patterns for situational lsp activation (#8696) | ontley | 2024-02-12 |
* | Add glob file type support (#8006) | Galen Abell | 2024-02-11 |
* | Respect injections in movement::move_parent_node_end | Michael Davis | 2024-01-28 |
* | Use injection syntax trees for bracket matching | Michael Davis | 2024-01-28 |
* | highlighting: Gate multiple captures behind `#is-not? local` predicates (#9390) | Michael Davis | 2024-01-25 |
* | Fix typo in string representation of GotoReference (#9395) | Matthew Toohey | 2024-01-22 |
* | Select subtree within injections in :tree-sitter-subtree (#9309) | Michael Davis | 2024-01-15 |
* | Bump tree-sitter to latest master (#9317) | Michael Davis | 2024-01-15 |
* | Initialize diagnostics when opening a document (#8873) | Philipp Mildenberger | 2024-01-09 |
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | bump MSRV to 1.70.0 (#8877) | Cole Helbling | 2023-11-25 |
* | Default 'roots' field of language config | Michael Davis | 2023-11-14 |
* | Revert "Pin tree-sitter to the 0.20.10 release (#8396)" | Blaž Hrastnik | 2023-10-26 |
* | Pin tree-sitter to the 0.20.10 release (#8396) | Michael Davis | 2023-10-25 |
* | Fix various typos (#8233) | Alexis Mousset | 2023-09-10 |
* | Update tree-sitter to latest master (#7998) | Michael Davis | 2023-08-19 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | use a single query for injections | Pascal Kuthe | 2023-07-17 |
* | fix crash when encountering overlapping injections | Pascal Kuthe | 2023-07-17 |
* | Fix tree sitter chunking (#7417) | A-Walrus | 2023-06-21 |
* | Add check for a non-zero value for tab width (#7178) | Ilya Sovtsov | 2023-06-07 |
* | Fix typo in syntax.rs (#7114) | Ikko Eltociear Ashimine | 2023-05-26 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation for LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation of LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | inject language based on file extension & shebang (#3970) | Timothy DeHerrera | 2023-04-28 |
* | Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)" | Blaž Hrastnik | 2023-04-08 |
* | Fix #6605: Remove soft-wrap.enable option wrapping. (#6656) | gibbz00 | 2023-04-08 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) | dependabot[bot] | 2023-03-22 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | Fix initial highlight layer sort order (#5196) | Michael Davis | 2023-02-01 |
* | allow specifying environment for language servers in language.toml (#4004) | TotalKrill | 2022-12-09 |
* | significantly improve treesitter performance while editing large files (#4716) | Pascal Kuthe | 2022-11-22 |
* | Bump TREE_SITTER_MATCH_LIMIT to 256 (#4830) | Michael Davis | 2022-11-21 |
* | Use TreeCursor to pretty-print :tree-sitter-subtree (#4606) | Michael Davis | 2022-11-17 |
* | improve performance of tree sitter query captures (for text object motions in... | Pascal Kuthe | 2022-11-11 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |