summaryrefslogtreecommitdiff
path: root/tests/indent/lua_spec.lua
AgeCommit message (Collapse)Author
2022-07-21fix(indents): indents for error block (css, lua) (#3207)Kiyan
2022-04-06fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar
2022-02-06indents(lua): make ")" `@indent_endStephan Seitz
Fixes #2476
2022-02-05indents(lua): use `(comment) @auto`Stephan Seitz
2022-02-05fix(indents): re-parse before each indentStephan Seitz
2022-02-04fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-21feat: improve indent moduleMunif Tanjim
get_node_at_line should return appropriate child if available
2022-01-18feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason
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
2021-11-24Mark failing indent tests to add them to CIStephan Seitz
Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved.
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-04-23tests/indent: factor out most of the code into common.luaJędrzej Boczar
2021-04-23tests/indent: move common code out of main lua/ directoryJędrzej Boczar
2021-04-23tests/indent: move the run helper functions to top-levelJędrzej Boczar
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar