| Commit message (Expand) | Author | Age |
* | toggling of block comments (#4718) | Gabriel Dinner-David | 2024-02-27 |
* | Bump tree-sitter to latest master (#9317) | Michael Davis | 2024-01-15 |
* | fix `:indent-style` crash (#9087) | TornaxO7 | 2023-12-15 |
* | Simplify implementation of `add_indent_level`. | Daniel Ebert | 2023-12-15 |
* | Make the indent heuristic configurable | Daniel Ebert | 2023-12-15 |
* | Improve relative indent computation. | Daniel Ebert | 2023-12-15 |
* | Implement relative indent queries, | Daniel Ebert | 2023-12-15 |
* | Fix precedence order of @align captures in indent computation (#8659) | Triton171 | 2023-10-29 |
* | Implement @align (and @anchor) indent query. | Daniel Ebert | 2023-08-11 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | Allow any indent size from 1 to 16 (#7429) | Scott Driggers | 2023-06-23 |
* | Fix indentation level calculation for lines mixing tabs and spaces (#6278) | Stanisław Borowy | 2023-03-12 |
* | Replace incorrect usages of tab_width with indent_width. (#5918) | Triton171 | 2023-02-16 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | 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 |
* | 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 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Fix some typos (#2978) | A-Walrus | 2022-07-06 |
* | Indentation rework (#1562) | Triton171 | 2022-03-30 |
* | 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 |
* | rename tree_sitter_library in LanguageConfig to 'grammar' | Michael Davis | 2022-03-10 |
* | add tree-sitter sources to languages.toml | Michael Davis | 2022-03-10 |
* | Configurable auto pairs (#1624) | Skyler Hawthorne | 2022-02-25 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | Fix Clippy lints in tests (#1563) | Omnikar | 2022-01-23 |
| * | syntax: Split parsing and highlighting | Blaž Hrastnik | 2022-01-23 |
| * | Add llvm-mir highlighting (#1398) | Sebastian Neubauer | 2022-01-04 |
| * | Add basic indentation for languages without treesitter-based indentation rule... | Triton171 | 2022-01-03 |
| * | feat(lsp): configurable diagnostic severity (#1325) | Matouš Dzivjak | 2021-12-25 |
| * | Use same name used in config files for langs in docs | Gokul Soumya | 2021-12-08 |
| * | Auto generate docs for language support | Gokul Soumya | 2021-12-08 |
* | | Simplify some cases that use return None to use ? | Blaž Hrastnik | 2021-12-02 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | Detect filetype from shebang line (#1001) | ath3 | 2021-11-08 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | Add treesitter textobjects (#728) | Gokul Soumya | 2021-10-23 |
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 |
|\| |
|
| * | Fix broken test | Blaž Hrastnik | 2021-09-16 |
| * | fix: tree-sitter-scopes would infinitely loop | Blaž Hrastnik | 2021-09-06 |
* | | Fix tests | Dmitry Sharshakov | 2021-08-25 |
* | | Fix tests | Dmitry Sharshakov | 2021-08-23 |
|/ |
|
* | Appease clippy | Blaž Hrastnik | 2021-08-13 |
* | Add :tree-sitter-scopes, useful when developing indents.toml | Blaž Hrastnik | 2021-08-13 |