| Commit message (Expand) | Author | Age |
... | |
* | improve performance of tree sitter query captures (for text object motions in... | Pascal Kuthe | 2022-11-11 |
* | Fix panic from indenting on tree with errors | Michael Davis | 2022-11-09 |
* | style: Only call extend_nodes when deepest_preceding is Some | Michael Davis | 2022-11-09 |
* | fix tests | Blaž Hrastnik | 2022-11-08 |
* | fix tests | Blaž Hrastnik | 2022-11-08 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | Run clippy on workspace in CI (#4614) | Jonathan LEI | 2022-11-07 |
* | Escape filenames in command completion | Michael Davis | 2022-11-07 |
* | Fix whitespace handling in command-mode completion | Michael Davis | 2022-11-07 |
* | Resolve a bunch of upcoming clippy lints | Blaž Hrastnik | 2022-11-04 |
* | Add missed test attribute in #4316 (#4557) | Poliorcetics | 2022-11-01 |
* | Correctly handle escaping in completion (#4316) | Armin Ronacher | 2022-11-01 |
* | Change syntax for suffix file-types configurations (#4414) | Michael Davis | 2022-10-22 |
* | syntax: Don't force lower-case for filenames (#4346) | Christian Speich | 2022-10-21 |
* | Fix shellwords delimiter handling (#4098) | A-Walrus | 2022-10-21 |
* | Fix multi byte auto pairs (#4024) | Skyler Hawthorne | 2022-10-21 |
* | Allow using path suffixes to associate language file-types (#2455) | midnightexigent | 2022-10-20 |
* | Merge pull request #2267 from dead10ck/fix-write-fail | Blaž Hrastnik | 2022-10-20 |
|\ |
|
| * | document should save even if formatter fails | Skyler Hawthorne | 2022-10-19 |
| * | add conditional noop render back | Skyler Hawthorne | 2022-10-19 |
* | | Pretty print `tree-sitter-subtree` expression (#4295) | Fisher Darling | 2022-10-19 |
|/ |
|
* | Log failures to load tree-sitter parsers as error (#4315) | Michael Davis | 2022-10-16 |
* | Rename extend indent captures. | Daniel Ebert | 2022-10-11 |
* | Slightly change the behavior of the `@stop-extend` capture. | Daniel Ebert | 2022-10-11 |
* | Improve code style for tree-sitter indentation. | Daniel Ebert | 2022-10-11 |
* | Fix a bug that caused the indent for the line below to also be added in rare ... | Triton171 | 2022-10-11 |
* | Fix clippy warning. | Triton171 | 2022-10-11 |
* | Add `extend-indented` and `stop-extend` captures for indent queries. | Triton171 | 2022-10-11 |
* | do not reparse unmodified injections (#4146) | Pascal Kuthe | 2022-10-11 |
* | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>> | Blaž Hrastnik | 2022-09-20 |
* | Track source and tags in diagnostics (#3898) | Luke Cycon | 2022-09-20 |
* | Fix typos (#3858) | taupiqueur | 2022-09-17 |
* | fix: map_err()? instead of unwrap (#3826) | Alexander Brevig | 2022-09-13 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Add query-check xtask | Michael Davis | 2022-08-31 |
* | tree-sitter: Prevent panic on loading queries | Michael Davis | 2022-08-31 |
* | tree-sitter: Refactor lazy query loading | Michael Davis | 2022-08-31 |
* | Fix extra selection with regex anchors (^,$) (#3598) | A-Walrus | 2022-08-31 |
* | Adjust `m` textobject description and minor code clarification (#3343) | Daniel S Poulin | 2022-08-17 |
* | Fix failing test with unicode-lines feature (#3455) | A-Walrus | 2022-08-17 |
* | Fix nondeterministic highlighting (#3275) | A-Walrus | 2022-08-05 |
* | Avoid copying fragments (#3136) | Matthias Deiml | 2022-08-04 |
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
* | Change default formatter for any language (#2942) | PiergiorgioZagaria | 2022-08-04 |
* | Exclude only named children without injection.include-children (#3129) | Matthias Deiml | 2022-08-03 |
* | Suport diagnostic code (#3096) | Erasin | 2022-07-26 |
* | Replace '; inherits <language>' in treesitter queries with <language> queries... | Philipp Mildenberger | 2022-07-22 |
* | respect count in treesitter movement (#3058) | Bob | 2022-07-14 |