aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Python: highlight raise from statementSantos Gallegos2022-05-011-0/+6
* chore!: remove ensure_installed='maintained'Christian Clason2022-04-301-46/+0
* indent(hcl): fix function callsMichael Hoffmann2022-04-252-0/+8
* indents(hcl): fix indentation queriesMichael Hoffmann2022-04-248-0/+71
* test(go): add cases for newlines de-indentationAkin Sowemimo2022-04-182-0/+12
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-062-0/+8
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-042-0/+20
* Changed quotes to appease styluaDaniel Woznicki2022-04-041-1/+1
* Fixed incorrect Java indentation for method chainingDaniel Woznicki2022-04-042-0/+7
* chore: update formatting for stylua updateStephan Seitz2022-04-021-84/+66
* highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz2022-04-011-0/+7
* r(indents): fix brace_list alignmentPedro Castro2022-03-292-0/+7
* Combined closing.css and block.css test files into single open_block.cssDaniel Woznicki2022-03-193-3/+2
* Added fix for incorrect CSS indent after closing bracketDaniel Woznicki2022-03-194-0/+33
* Refactor solidity highlights.scm furtherYongJieYongJie2022-03-111-2/+6
* Refactor solidity highlights.scmYongJieYongJie2022-03-111-0/+9
* Add highlights query for SolidityYongJieYongJie2022-03-111-0/+173
* Added test for known indent failure when tree is in broken stateDaniel Woznicki2022-03-011-2/+7
* Made block comment indent @auto so that new lines line up nicely with existin...Daniel Woznicki2022-03-012-2/+2
* Added test case for broken trees, plus partial test coverageDaniel Woznicki2022-03-012-0/+8
* Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki2022-03-012-0/+6
* Added fix for Java interfaces not being indented properlyDaniel Woznicki2022-03-012-0/+3
* fix(indent): ecma - parenthesized expression indentationMunif Tanjim2022-02-262-0/+20
* fix(indent): ecma - class method indentationMunif Tanjim2022-02-262-0/+34
* Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki2022-02-253-0/+8
* Fixed a bug where Java enum body indentation was not correctDaniel Woznicki2022-02-252-0/+5
* Removed newline causing sylua lint check to failDaniel Woznicki2022-02-251-1/+0
* Added fix for incorrect Java indentation after a closing "}" in a method decl...Daniel Woznicki2022-02-253-0/+31
* Gleam highlight testsConnor Lay (Clay)2022-02-157-0/+281
* Gleam indentation testsConnor Lay (Clay)2022-02-1514-0/+226
* tests: add failing test for incomplete argumentsStephan Seitz2022-02-132-1/+11
* 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