aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* ci: fix markdown testsStephan Seitz2022-01-161-2/+2
* fix(ci): make highlight test working with markdownStephan Seitz2022-01-162-30/+31
* add highlights testsantosha4172022-01-161-0/+59
* chore(markdown): highlights testnumToStr2022-01-071-0/+41
* highlights(Pascal): Fix highlighting of typesPhilip Zander2022-01-051-0/+39
* update fusion to version 1.1.1 (#2148)jirgn2021-12-233-1/+25
* ci(injection tests): don't consider root language an injectionStephan Seitz2021-12-202-1/+8
* ci: add injection testsStephan Seitz2021-12-202-0/+95
* highlights(lua): `next` as builtin functionnumToStr2021-12-131-0/+13
* feat(fusion): update testsJirgn2021-12-061-4/+4
* highlights(bash): highlight "((" "))"Stephan Seitz2021-11-281-0/+6
* fix: off-by-one errors in indent calculationoxalica2021-11-281-4/+0
* test(prisma): add initial testelianiva2021-11-281-0/+56
* fix: incorrect hightlight groupsJirgn2021-11-261-1/+1
* fix: typo in highlight group punct(u)ationJirgn2021-11-262-10/+10
* feat: add fusion grammar and highlightsJirgn2021-11-262-0/+135
* chore: add test for ecma private fields & methodsnumToStr2021-11-251-0/+25
* Add assert that "highlight-assertions" is executableStephan Seitz2021-11-241-0/+6
* Mark failing indent tests to add them to CIStephan Seitz2021-11-246-36/+114
* Add highlight testsStephan Seitz2021-11-242-0/+107
* feat: add "experimental" key to parsersCezary Drożak2021-10-071-0/+46