nvim-treesitter/queries/elixir
Connor Lay (Clay) 25b28f6185 Increase Elixir locals pattern match depth to 20 nodes
This requires an update to `ts_query_cursor_set_match_limit` to
function properly. The current limit is 32 per this PR
https://github.com/neovim/neovim/pull/14915, increasing this value
to 128 appears to work, but more testing will be necessary.

Exposing this limit as a neovim option is worth exploring as a separate
unit of work.
2021-10-13 01:31:49 +02:00
..
folds.scm Update injections & highlights, add folds 2021-10-13 01:31:49 +02:00
highlights.scm Update locals with support for deep pattern matches 2021-10-13 01:31:49 +02:00
indents.scm Update indents & fix catch highlights 2021-10-13 01:31:49 +02:00
injections.scm Update injections & highlights, add folds 2021-10-13 01:31:49 +02:00
locals.scm Increase Elixir locals pattern match depth to 20 nodes 2021-10-13 01:31:49 +02:00