summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-02-13tests: add failing test for incomplete argumentsStephan Seitz
2022-02-13indents(php): don't use aligned_indent for phpStephan Seitz
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
2022-02-06fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz
2022-02-06tests(indent): also test creating new line when still in insert modeStephan Seitz
2022-02-06tests: add test for #2086Stephan Seitz
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
2022-02-05tests: add indent test for graphql (#2459)Stephan Seitz
2022-02-05indents(lua): use `(comment) @auto`Stephan Seitz
2022-02-05Update lua/nvim-treesitter/indent.luaStephan Seitz
2022-02-05tests: only compare indents not contents in indent testsStephan Seitz
2022-02-05indents(r): fix all R testsStephan Seitz
2022-02-05indents(go): perform some changes as go fmt dictatesStephan Seitz
2022-02-05indents(go): add testsStephan Seitz
2022-02-05indents(php): add another testStephan Seitz
2022-02-05indents(python): remove branches.py from expected failuresStephan Seitz
2022-02-05fix(indents): re-parse before each indentStephan Seitz
2022-02-05indents(c): add zero_indent for #ifStephan Seitz
2022-02-05indents(c): fix indentation on block commentStephan Seitz
2022-02-05indents: refactor hanging indentStephan Seitz
2022-02-05indents: allow aligned_indent for unfinished calls in C and PythonStephan Seitz
2022-02-05indents(cpp): indent at field_initializer_listStephan Seitz
2022-02-05indents(c): fix ternaryStephan Seitz
2022-02-04fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim
2022-01-31chore: format with stylua 0.12.0 (#2421)Christian Clason
2022-01-29indents(r): add pipe testPedro Castro
2022-01-29indents(r): add tests runnerPedro Castro
2022-01-29indents(r): add aligned_indent testPedro Castro
2022-01-29indents(r): remove pipe testPedro Castro
2022-01-29indents(r): add testsPedro Castro
2022-01-29tests: use main parsers instead of nvim-treesitter parser for testsStephan Seitz
2022-01-29highlights(c/cpp): highlight case labels as constantsStephan Seitz
2022-01-29highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
2022-01-24indents(php): align with C indentationStephan Seitz
2022-01-24feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent
2022-01-21test(indent): rust - add test for indented commentMunif Tanjim
2022-01-21fix(indent): rust - support newline after closing braceMunif Tanjim
2022-01-21feat(indent): ecma - support common use-casesMunif Tanjim
2022-01-21fix(indent): c/cpp - support newline after closing braceMunif Tanjim
2022-01-21feat(indent): ecma - support try_catch and if_elseMunif Tanjim
2022-01-21feat(indent): support `@aligned_indent` for pythonMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-21feat: improve indent moduleMunif Tanjim
2022-01-18feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason
2022-01-18chore: remove swift tests for now (cause CI failure)Stephan Seitz
2022-01-18highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz
2022-01-18highlights(swift): highlight punctuationStephan Seitz
2022-01-17highlights(hack): add keywords implementsStephan Seitz