| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(rust): remove if_let from indent captures | kiyan | 2022-07-08 | 2 | -0/+10 |
| | | | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073 | ||||
| * | fix(go): indent const declaration | kiyan | 2022-07-08 | 2 | -4/+10 |
| | | | | | https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 | ||||
| * | fix(ecma): indent end for bracket (#3121) | Kiyan | 2022-07-07 | 2 | -0/+4 |
| | | |||||
| * | test(indents/yaml): add tests | Phelipe Teles | 2022-06-14 | 3 | -0/+24 |
| | | |||||
| * | test(tiger): import upstream tests | Bruno BELANYI | 2022-06-14 | 6 | -0/+228 |
| | | |||||
| * | Don't expect any change on reindenting the whole unfinished-call.php | przepompownia | 2022-05-15 | 1 | -3/+1 |
| | | |||||
| * | unfinished-call.php: expect 0-column indentation | przepompownia | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | Remove unused XFAIL | przepompownia | 2022-05-15 | 1 | -1/+0 |
| | | |||||
| * | Change test expectation | przepompownia | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | indent(hcl): fix function calls | Michael Hoffmann | 2022-04-25 | 2 | -0/+8 |
| | | |||||
| * | indents(hcl): fix indentation queries | Michael Hoffmann | 2022-04-24 | 8 | -0/+71 |
| | | | | | This commit adds tests for hcl indentation and fixes various bugs | ||||
| * | test(go): add cases for newlines de-indentation | Akin Sowemimo | 2022-04-18 | 2 | -0/+12 |
| | | | | | | | | | | | | | | test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case | ||||
| * | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | 2022-04-06 | 2 | -0/+8 |
| | | |||||
| * | indents(ecma): use auto indent on (ERROR) | Stephan Seitz | 2022-04-04 | 2 | -0/+20 |
| | | | | | Fixes #2515 | ||||
| * | Changed quotes to appease stylua | Daniel Woznicki | 2022-04-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed incorrect Java indentation for method chaining | Daniel Woznicki | 2022-04-04 | 2 | -0/+7 |
| | | |||||
| * | chore: update formatting for stylua update | Stephan Seitz | 2022-04-02 | 1 | -84/+66 |
| | | |||||
| * | r(indents): fix brace_list alignment | Pedro Castro | 2022-03-29 | 2 | -0/+7 |
| | | |||||
| * | Combined closing.css and block.css test files into single open_block.css | Daniel Woznicki | 2022-03-19 | 3 | -3/+2 |
| | | |||||
| * | Added fix for incorrect CSS indent after closing bracket | Daniel Woznicki | 2022-03-19 | 4 | -0/+33 |
| | | | | | Added a failing test for possible broken CSS syntax tree | ||||
| * | Added test for known indent failure when tree is in broken state | Daniel Woznicki | 2022-03-01 | 1 | -2/+7 |
| | | |||||
| * | Made block comment indent @auto so that new lines line up nicely with ↵ | Daniel Woznicki | 2022-03-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | existing comment block Previous indentation: /** * */ New indentation: /** * */ | ||||
| * | Added test case for broken trees, plus partial test coverage | Daniel Woznicki | 2022-03-01 | 2 | -0/+8 |
| | | |||||
| * | Modified Java indent rules to stop ignoring block comments because javadoc ↵ | Daniel Woznicki | 2022-03-01 | 2 | -0/+6 |
| | | | | | blocks were defaulting to indent 0 | ||||
| * | Added fix for Java interfaces not being indented properly | Daniel Woznicki | 2022-03-01 | 2 | -0/+3 |
| | | |||||
| * | fix(indent): ecma - parenthesized expression indentation | Munif Tanjim | 2022-02-26 | 2 | -0/+20 |
| | | |||||
| * | fix(indent): ecma - class method indentation | Munif Tanjim | 2022-02-26 | 2 | -0/+34 |
| | | |||||
| * | Fixed a bug where indentation was not correct for class/enum bodies that had ↵ | Daniel Woznicki | 2022-02-25 | 3 | -0/+8 |
| | | | | | an annotation | ||||
| * | Fixed a bug where Java enum body indentation was not correct | Daniel Woznicki | 2022-02-25 | 2 | -0/+5 |
| | | | | | Added test for Java enum indentation | ||||
| * | Removed newline causing sylua lint check to fail | Daniel Woznicki | 2022-02-25 | 1 | -1/+0 |
| | | |||||
| * | Added fix for incorrect Java indentation after a closing "}" in a method ↵ | Daniel Woznicki | 2022-02-25 | 3 | -0/+31 |
| | | | | | | | declaration Added tests for Java indentation, including one for issue 2571 | ||||
| * | Gleam indentation tests | Connor Lay (Clay) | 2022-02-15 | 14 | -0/+226 |
| | | |||||
| * | tests: add failing test for incomplete arguments | Stephan Seitz | 2022-02-13 | 2 | -1/+11 |
| | | |||||
| * | indents(php): don't use aligned_indent for php | Stephan Seitz | 2022-02-13 | 2 | -0/+15 |
| | | | | | Fixes #2497 | ||||
| * | test(indent): fix typos | Munif Tanjim | 2022-02-06 | 2 | -2/+2 |
| | | |||||
| * | indents(lua): make ")" `@indent_end | Stephan Seitz | 2022-02-06 | 2 | -0/+8 |
| | | | | | Fixes #2476 | ||||
| * | fix: Allow re-parsing in Python, XFAIL `\` indentation test | Stephan Seitz | 2022-02-06 | 1 | -3/+13 |
| | | |||||
| * | tests(indent): also test creating new line when still in insert mode | Stephan Seitz | 2022-02-06 | 1 | -0/+11 |
| | | |||||
| * | tests: add test for #2086 | Stephan Seitz | 2022-02-06 | 2 | -0/+4 |
| | | | | | While this does not test the described problem in insert mode | ||||
| * | tests: Add test for C folding issue #1568 | Stephan Seitz | 2022-02-05 | 2 | -0/+7 |
| | | | | | Also this issue has already been fixed | ||||
| * | tests: add indent test for graphql (#2459) | Stephan Seitz | 2022-02-05 | 2 | -0/+25 |
| | | | | Issue #1981 | ||||
| * | indents(lua): use `(comment) @auto` | Stephan Seitz | 2022-02-05 | 2 | -9/+1 |
| | | |||||
| * | Update lua/nvim-treesitter/indent.lua | Stephan Seitz | 2022-02-05 | 1 | -2/+1 |
| | | | | | Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com> | ||||
| * | tests: only compare indents not contents in indent tests | Stephan Seitz | 2022-02-05 | 2 | -2/+2 |
| | | |||||
| * | indents(r): fix all R tests | Stephan Seitz | 2022-02-05 | 1 | -3/+2 |
| | | |||||
| * | indents(go): perform some changes as go fmt dictates | Stephan Seitz | 2022-02-05 | 1 | -0/+5 |
| | | |||||
| * | indents(go): add tests | Stephan Seitz | 2022-02-05 | 2 | -0/+35 |
| | | |||||
| * | indents(php): add another test | Stephan Seitz | 2022-02-05 | 2 | -0/+10 |
| | | |||||
| * | indents(python): remove branches.py from expected failures | Stephan Seitz | 2022-02-05 | 2 | -7/+5 |
| | | | | | | The previous indentation actually causes a linter warning when using pep8 | ||||
| * | fix(indents): re-parse before each indent | Stephan Seitz | 2022-02-05 | 5 | -7/+14 |
| | | |||||
