aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/lua_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(lua): proper indent after multiline string argRiley Bruins2024-08-051-0/+1
|
* fix(lua): indent functions before they are closedRiley Bruins2024-07-161-0/+1
| | | | Fixes #6786
* fix(indents): indents for error block (css, lua) (#3207)Kiyan2022-07-211-0/+4
|
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-061-0/+1
|
* indents(lua): make ")" `@indent_endStephan Seitz2022-02-061-0/+2
| | | | Fixes #2476
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-051-3/+1
|
* fix(indents): re-parse before each indentStephan Seitz2022-02-051-2/+2
|
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-041-0/+4
|
* feat: rewrite indent moduleMunif Tanjim2022-01-211-7/+9
|
* feat: improve indent moduleMunif Tanjim2022-01-211-1/+1
| | | | get_node_at_line should return appropriate child if available
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-181-2/+1
| | | | | also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update
* Mark failing indent tests to add them to CIStephan Seitz2021-11-241-4/+8
| | | | | Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved.
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-24/+22
|
* tests/indent: factor out most of the code into common.luaJędrzej Boczar2021-04-231-33/+20
|
* tests/indent: move common code out of main lua/ directoryJędrzej Boczar2021-04-231-2/+2
|
* tests/indent: move the run helper functions to top-levelJędrzej Boczar2021-04-231-7/+7
|
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-231-0/+48