| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-06 | indents(lua): make ")" `@indent_end | Stephan Seitz | |
| Fixes #2476 | |||
| 2022-02-06 | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | |
| 2022-02-06 | tests(indent): also test creating new line when still in insert mode | Stephan Seitz | |
| 2022-02-06 | tests: add test for #2086 | Stephan Seitz | |
| While this does not test the described problem in insert mode | |||
| 2022-02-05 | tests: Add test for C folding issue #1568 | Stephan Seitz | |
| Also this issue has already been fixed | |||
| 2022-02-05 | tests: add indent test for graphql (#2459) | Stephan Seitz | |
| Issue #1981 | |||
| 2022-02-05 | indents(lua): use `(comment) @auto` | Stephan Seitz | |
| 2022-02-05 | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | |
| Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | |||
| 2022-02-05 | tests: only compare indents not contents in indent tests | Stephan Seitz | |
| 2022-02-05 | indents(r): fix all R tests | Stephan Seitz | |
| 2022-02-05 | indents(go): perform some changes as go fmt dictates | Stephan Seitz | |
| 2022-02-05 | indents(go): add tests | Stephan Seitz | |
| 2022-02-05 | indents(php): add another test | Stephan Seitz | |
| 2022-02-05 | indents(python): remove branches.py from expected failures | Stephan Seitz | |
| The previous indentation actually causes a linter warning when using pep8 | |||
| 2022-02-05 | fix(indents): re-parse before each indent | Stephan Seitz | |
| 2022-02-05 | indents(c): add zero_indent for #if | Stephan Seitz | |
| 2022-02-05 | indents(c): fix indentation on block comment | Stephan Seitz | |
| 2022-02-05 | indents: refactor hanging indent | Stephan Seitz | |
| 2022-02-05 | indents: allow aligned_indent for unfinished calls in C and Python | Stephan Seitz | |
| 2022-02-05 | indents(cpp): indent at field_initializer_list | Stephan Seitz | |
| 2022-02-05 | indents(c): fix ternary | Stephan Seitz | |
| 2022-02-04 | fix(indent): lua - support `@indent_end` (#2454) | Munif Tanjim | |
| 2022-01-31 | chore: format with stylua 0.12.0 (#2421) | Christian Clason | |
| 2022-01-29 | indents(r): add pipe test | Pedro Castro | |
| 2022-01-29 | indents(r): add tests runner | Pedro Castro | |
| 2022-01-29 | indents(r): add aligned_indent test | Pedro Castro | |
| 2022-01-29 | indents(r): remove pipe test | Pedro Castro | |
| 2022-01-29 | indents(r): add tests | Pedro Castro | |
| 2022-01-24 | indents(php): align with C indentation | Stephan Seitz | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | |||
| 2022-01-24 | feat(indent): Implement basic indent for gdscript. | Ryan Roden-Corrent | |
| Indent is not handled correctly when adding new lines. It seems that functions/loops/etc. are not recognized until they have at least one indented block. For example, if you enter a newline after `func foo():`, the cursor will not be indented. If you manually indent and add a line like `pass`, e.g.: ``` func foo(): pass ``` now any insertions above or below `pass` will be indented correctly. This might be an issue with the grammar, as it seems to apply to highlights as well. The following will not be highligted ``` func foo(): ``` However, the following will be: ``` func foo(): pass ``` | |||
| 2022-01-21 | test(indent): rust - add test for indented comment | Munif Tanjim | |
| 2022-01-21 | fix(indent): rust - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support common use-cases | Munif Tanjim | |
| 2022-01-21 | fix(indent): c/cpp - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | |
| 2022-01-21 | feat(indent): support `@aligned_indent` for python | Munif Tanjim | |
| 2022-01-21 | feat: rewrite indent module | Munif Tanjim | |
| 2022-01-21 | feat: improve indent module | Munif Tanjim | |
| get_node_at_line should return appropriate child if available | |||
| 2022-01-18 | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | |
| also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update | |||
| 2021-11-28 | fix: off-by-one errors in indent calculation | oxalica | |
| 2021-11-24 | Mark failing indent tests to add them to CI | Stephan Seitz | |
| Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved. | |||
| 2021-08-01 | add compound_lit.c test | leo60228 | |
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-04-23 | tests/indent: factor out most of the code into common.lua | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | |
| 2021-04-23 | tests/indent: move the run helper functions to top-level | Jędrzej Boczar | |
| 2021-04-23 | move all tests to top-level tests/ directory | Jędrzej Boczar | |
