| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | | 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 |
* | do not reparse unmodified injections (#4146) | Pascal Kuthe | 2022-10-11 |
* | fix: map_err()? instead of unwrap (#3826) | Alexander Brevig | 2022-09-13 |
* | 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 nondeterministic highlighting (#3275) | A-Walrus | 2022-08-05 |
* | 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 |
* | Replace '; inherits <language>' in treesitter queries with <language> queries... | Philipp Mildenberger | 2022-07-22 |
* | Refactor textobject node capture (#2741) | Gokul Soumya | 2022-06-11 |
* | Passing extra formatting options to LSPs (#2635) | farwyler | 2022-06-05 |
* | Include macro attributes to impls, structs, enums, functions etc. textobjects... | Andrey Tkachenko | 2022-05-20 |
* | configurable lsp request timeout (#2405) | EmmChriss | 2022-05-11 |
* | feat(languages): git-ignore and git-attributes (#2397) | Matthew Toohey | 2022-05-05 |
* | add reflow command (#2128) | Vince Mutolo | 2022-05-02 |
* | fix typos (#2304) | chunghha | 2022-04-27 |
* | Add rulers option (#2060) | Thomas | 2022-04-20 |
* | Fix Golang textobject queries (#2153) | Michael Davis | 2022-04-18 |
* | Remove usage of format ident feature from tests (#2028) | Michael Davis | 2022-04-08 |
* | Add runtime language configuration (#1794) (#1866) | Roland Kovacs | 2022-04-05 |
* | Fix an issue that caused an empty indentation query to be used instead of usi... | Triton171 | 2022-04-01 |
* | Indentation rework (#1562) | Triton171 | 2022-03-30 |
* | Fix typo in query parsing error message (#1856) | Slin Lee | 2022-03-22 |
* | Optimize rendering by using Ropey::byte_slice | Blaž Hrastnik | 2022-03-17 |
* | Refactor :set to parse by deserializing values (#1799) | Gokul Soumya | 2022-03-15 |
* | rename '--fetch/build-grammars' flags into '--grammar fetch/build' | Michael Davis | 2022-03-10 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | add 'use-grammars' to languages.toml | Michael Davis | 2022-03-10 |
* | ensure rust grammar is available in CI | Michael Davis | 2022-03-10 |
* | rename tree_sitter_library in LanguageConfig to 'grammar' | Michael Davis | 2022-03-10 |
* | migrate helix-syntax crate into helix-core and helix-term | Michael Davis | 2022-03-10 |
* | add tree-sitter sources to languages.toml | Michael Davis | 2022-03-10 |
* | Add --health command for troubleshooting (#1669) | Gokul Soumya | 2022-03-08 |
* | Ensure non empty grouped nodes in textobject queries | Gokul Soumya | 2022-03-01 |
* | Allow capturing multiple nodes in textobject queries | Gokul Soumya | 2022-03-01 |
* | Configurable auto pairs (#1624) | Skyler Hawthorne | 2022-02-25 |