aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent
Commit message (Expand)AuthorAgeFilesLines
...
* indents(php): don't use aligned_indent for phpStephan Seitz2022-02-132-0/+15
* test(indent): fix typosMunif Tanjim2022-02-062-2/+2
* indents(lua): make ")" `@indent_endStephan Seitz2022-02-062-0/+8
* fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz2022-02-061-3/+13
* tests(indent): also test creating new line when still in insert modeStephan Seitz2022-02-061-0/+11
* tests: add test for #2086Stephan Seitz2022-02-062-0/+4
* tests: Add test for C folding issue #1568Stephan Seitz2022-02-052-0/+7
* tests: add indent test for graphql (#2459)Stephan Seitz2022-02-052-0/+25
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-052-9/+1
* Update lua/nvim-treesitter/indent.luaStephan Seitz2022-02-051-2/+1
* tests: only compare indents not contents in indent testsStephan Seitz2022-02-052-2/+2
* indents(r): fix all R testsStephan Seitz2022-02-051-3/+2
* indents(go): perform some changes as go fmt dictatesStephan Seitz2022-02-051-0/+5
* indents(go): add testsStephan Seitz2022-02-052-0/+35
* indents(php): add another testStephan Seitz2022-02-052-0/+10
* indents(python): remove branches.py from expected failuresStephan Seitz2022-02-052-7/+5
* fix(indents): re-parse before each indentStephan Seitz2022-02-055-7/+14
* indents(c): add zero_indent for #ifStephan Seitz2022-02-055-8/+4
* indents(c): fix indentation on block commentStephan Seitz2022-02-053-2/+3
* indents: refactor hanging indentStephan Seitz2022-02-052-14/+11
* indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz2022-02-054-1/+17
* indents(cpp): indent at field_initializer_listStephan Seitz2022-02-051-0/+17
* indents(c): fix ternaryStephan Seitz2022-02-052-4/+2
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-041-0/+4
* chore: format with stylua 0.12.0 (#2421)Christian Clason2022-01-311-51/+67
* indents(r): add pipe testPedro Castro2022-01-292-1/+15
* indents(r): add tests runnerPedro Castro2022-01-291-0/+35
* indents(r): add aligned_indent testPedro Castro2022-01-291-0/+4
* indents(r): remove pipe testPedro Castro2022-01-291-7/+0
* indents(r): add testsPedro Castro2022-01-295-0/+50
* indents(php): align with C indentationStephan Seitz2022-01-242-0/+32
* feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent2022-01-242-0/+36
* test(indent): rust - add test for indented commentMunif Tanjim2022-01-212-0/+7
* fix(indent): rust - support newline after closing braceMunif Tanjim2022-01-211-0/+9
* feat(indent): ecma - support common use-casesMunif Tanjim2022-01-217-5/+118
* fix(indent): c/cpp - support newline after closing braceMunif Tanjim2022-01-212-0/+4
* feat(indent): ecma - support try_catch and if_elseMunif Tanjim2022-01-213-0/+67
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-212-9/+9
* feat: rewrite indent moduleMunif Tanjim2022-01-216-54/+29
* feat: improve indent moduleMunif Tanjim2022-01-213-5/+5
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-181-2/+1
* fix: off-by-one errors in indent calculationoxalica2021-11-281-4/+0
* Mark failing indent tests to add them to CIStephan Seitz2021-11-246-36/+114
* add compound_lit.c testleo602282021-08-012-0/+11
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-046-172/+175
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-236-208/+175
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-236-10/+135
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-235-37/+38
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-2353-0/+885