aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: use main parsers instead of nvim-treesitter parser for testsStephan Seitz2022-01-291-6/+2
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-292-0/+46
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-291-0/+12
* highlights(python): add support for pattern matchingStephan Seitz2022-01-281-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
* chore: remove swift tests for now (cause CI failure)Stephan Seitz2022-01-182-15/+0
* highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz2022-01-181-0/+8
* highlights(swift): highlight punctuationStephan Seitz2022-01-181-0/+7
* highlights(hack): add keywords implementsStephan Seitz2022-01-173-1/+14
* highlights(hack): extend queries add testsStephan Seitz2022-01-179-0/+143
* highlights(cpp): add support for conceptsStephan Seitz2022-01-161-0/+22