aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/syntax.rs
Commit message (Expand)AuthorAge
* 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
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * document should save even if formatter failsSkyler Hawthorne2022-10-19
* | Pretty print `tree-sitter-subtree` expression (#4295)Fisher Darling2022-10-19
|/
* Log failures to load tree-sitter parsers as error (#4315)Michael Davis2022-10-16
* do not reparse unmodified injections (#4146)Pascal Kuthe2022-10-11
* fix: map_err()? instead of unwrap (#3826)Alexander Brevig2022-09-13
* Add query-check xtaskMichael Davis2022-08-31
* tree-sitter: Prevent panic on loading queriesMichael Davis2022-08-31
* tree-sitter: Refactor lazy query loadingMichael Davis2022-08-31
* Fix nondeterministic highlighting (#3275)A-Walrus2022-08-05
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04
* Exclude only named children without injection.include-children (#3129)Matthias Deiml2022-08-03
* Replace '; inherits <language>' in treesitter queries with <language> queries...Philipp Mildenberger2022-07-22
* Refactor textobject node capture (#2741)Gokul Soumya2022-06-11
* Passing extra formatting options to LSPs (#2635)farwyler2022-06-05
* Include macro attributes to impls, structs, enums, functions etc. textobjects...Andrey Tkachenko2022-05-20