aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Add tests for is_in_node_range (#1756)partizan2021-08-301-0/+41
* 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