lua-parser
lua-parser copied to clipboard
Fixing a large number of indentations in a table
If the indentation was larger than 16, an error subcapture nesting too deep was thrown.
This fix is based on issues previously encountered by Neovim users:
- https://github.com/neovim/neovim/issues/26520
- https://github.com/neovim/neovim/pull/29520