aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/syntax.rs
Commit message (Expand)AuthorAge
* toggling of block comments (#4718)Gabriel Dinner-David2024-02-27
* switch to regex-cursor (#9422)Pascal Kuthe2024-02-26
* fix lsp config reload (#9415)kyfanc2024-02-13
* Add required-root-patterns for situational lsp activation (#8696)ontley2024-02-12
* Add glob file type support (#8006)Galen Abell2024-02-11
* Respect injections in movement::move_parent_node_endMichael Davis2024-01-28
* Use injection syntax trees for bracket matchingMichael Davis2024-01-28
* highlighting: Gate multiple captures behind `#is-not? local` predicates (#9390)Michael Davis2024-01-25
* Fix typo in string representation of GotoReference (#9395)Matthew Toohey2024-01-22
* Select subtree within injections in :tree-sitter-subtree (#9309)Michael Davis2024-01-15
* Bump tree-sitter to latest master (#9317)Michael Davis2024-01-15
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* Make the indent heuristic configurableDaniel Ebert2023-12-15
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* Default 'roots' field of language configMichael Davis2023-11-14
* Revert "Pin tree-sitter to the 0.20.10 release (#8396)"Blaž Hrastnik2023-10-26
* Pin tree-sitter to the 0.20.10 release (#8396)Michael Davis2023-10-25
* Fix various typos (#8233)Alexis Mousset2023-09-10
* Update tree-sitter to latest master (#7998)Michael Davis2023-08-19
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* use a single query for injectionsPascal Kuthe2023-07-17
* fix crash when encountering overlapping injectionsPascal Kuthe2023-07-17
* Fix tree sitter chunking (#7417)A-Walrus2023-06-21
* Add check for a non-zero value for tab width (#7178)Ilya Sovtsov2023-06-07
* Fix typo in syntax.rs (#7114)Ikko Eltociear Ashimine2023-05-26
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Simplify Display implementation for LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Simplify Display implementation of LanguageServerFeaturePhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* automatically disable TS when parsing takes longer than 500msPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* inject language based on file extension & shebang (#3970)Timothy DeHerrera2023-04-28
* Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)"Blaž Hrastnik2023-04-08
* Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)gibbz002023-04-08
* add workspace config and manual LSP root managementPascal Kuthe2023-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 Delafargue2023-03-08
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* Fix initial highlight layer sort order (#5196)Michael Davis2023-02-01
* allow specifying environment for language servers in language.toml (#4004)TotalKrill2022-12-09
* significantly improve treesitter performance while editing large files (#4716)Pascal Kuthe2022-11-22
* Bump TREE_SITTER_MATCH_LIMIT to 256 (#4830)Michael Davis2022-11-21
* Use TreeCursor to pretty-print :tree-sitter-subtree (#4606)Michael Davis2022-11-17
* improve performance of tree sitter query captures (for text object motions in...Pascal Kuthe2022-11-11
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Change syntax for suffix file-types configurations (#4414)Michael Davis2022-10-22
* syntax: Don't force lower-case for filenames (#4346)Christian Speich2022-10-21
* Allow using path suffixes to associate language file-types (#2455)midnightexigent2022-10-20