| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(lua): proper indent after multiline string arg | Riley Bruins | 2024-08-05 | 1 | -0/+1 |
| | | |||||
| * | fix(lua): indent functions before they are closed | Riley Bruins | 2024-07-16 | 1 | -0/+1 |
| | | | | | Fixes #6786 | ||||
| * | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | 2022-07-21 | 1 | -0/+4 |
| | | |||||
| * | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | 2022-04-06 | 1 | -0/+1 |
| | | |||||
| * | indents(lua): make ")" `@indent_end | Stephan Seitz | 2022-02-06 | 1 | -0/+2 |
| | | | | | Fixes #2476 | ||||
| * | indents(lua): use `(comment) @auto` | Stephan Seitz | 2022-02-05 | 1 | -3/+1 |
| | | |||||
| * | fix(indents): re-parse before each indent | Stephan Seitz | 2022-02-05 | 1 | -2/+2 |
| | | |||||
| * | fix(indent): lua - support `@indent_end` (#2454) | Munif Tanjim | 2022-02-04 | 1 | -0/+4 |
| | | |||||
| * | feat: rewrite indent module | Munif Tanjim | 2022-01-21 | 1 | -7/+9 |
| | | |||||
| * | feat: improve indent module | Munif Tanjim | 2022-01-21 | 1 | -1/+1 |
| | | | | | get_node_at_line should return appropriate child if available | ||||
| * | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | 2022-01-18 | 1 | -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 CI | Stephan Seitz | 2021-11-24 | 1 | -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 Gallegos | 2021-07-04 | 1 | -24/+22 |
| | | |||||
| * | tests/indent: factor out most of the code into common.lua | Jędrzej Boczar | 2021-04-23 | 1 | -33/+20 |
| | | |||||
| * | tests/indent: move common code out of main lua/ directory | Jędrzej Boczar | 2021-04-23 | 1 | -2/+2 |
| | | |||||
| * | tests/indent: move the run helper functions to top-level | Jędrzej Boczar | 2021-04-23 | 1 | -7/+7 |
| | | |||||
| * | move all tests to top-level tests/ directory | Jędrzej Boczar | 2021-04-23 | 1 | -0/+48 |
