summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-03-19Combined closing.css and block.css test files into single open_block.cssDaniel Woznicki
2022-03-19Added fix for incorrect CSS indent after closing bracketDaniel Woznicki
Added a failing test for possible broken CSS syntax tree
2022-03-11Refactor solidity highlights.scm furtherYongJieYongJie
- Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members
2022-03-11Refactor solidity highlights.scmYongJieYongJie
- Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]')
2022-03-11Add highlights query for SolidityYongJieYongJie
2022-03-01Added test for known indent failure when tree is in broken stateDaniel Woznicki
2022-03-01Made block comment indent @auto so that new lines line up nicely with ↵Daniel Woznicki
existing comment block Previous indentation: /** * */ New indentation: /** * */
2022-03-01Added test case for broken trees, plus partial test coverageDaniel Woznicki
2022-03-01Modified Java indent rules to stop ignoring block comments because javadoc ↵Daniel Woznicki
blocks were defaulting to indent 0
2022-03-01Added fix for Java interfaces not being indented properlyDaniel Woznicki
2022-02-26fix(indent): ecma - parenthesized expression indentationMunif Tanjim
2022-02-26fix(indent): ecma - class method indentationMunif Tanjim
2022-02-25Fixed a bug where indentation was not correct for class/enum bodies that had ↵Daniel Woznicki
an annotation
2022-02-25Fixed a bug where Java enum body indentation was not correctDaniel Woznicki
Added test for Java enum indentation
2022-02-25Removed newline causing sylua lint check to failDaniel Woznicki
2022-02-25Added fix for incorrect Java indentation after a closing "}" in a method ↵Daniel Woznicki
declaration Added tests for Java indentation, including one for issue 2571
2022-02-15Gleam highlight testsConnor Lay (Clay)
2022-02-15Gleam indentation testsConnor Lay (Clay)
2022-02-13tests: add failing test for incomplete argumentsStephan Seitz
2022-02-13indents(php): don't use aligned_indent for phpStephan Seitz
Fixes #2497
2022-02-06test(indent): fix typosMunif Tanjim
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
Fixes #2476
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
While this does not test the described problem in insert mode
2022-02-05tests: Add test for C folding issue #1568Stephan Seitz
Also this issue has already been fixed
2022-02-05tests: add indent test for graphql (#2459)Stephan Seitz
Issue #1981
2022-02-05indents(lua): use `(comment) @auto`Stephan Seitz
2022-02-05Update lua/nvim-treesitter/indent.luaStephan Seitz
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
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
The previous indentation actually causes a linter warning when using pep8
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