lua-parser icon indicating copy to clipboard operation
lua-parser copied to clipboard

Fixing a large number of indentations in a table

Open bbonte-ovk opened this issue 10 months ago • 0 comments

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

bbonte-ovk avatar Mar 07 '25 10:03 bbonte-ovk