summaryrefslogtreecommitdiff
path: root/queries/elixir/locals.scm
AgeCommit message (Collapse)Author
2021-10-22Elixir: fix a few highlights, add ExUnit support to locals (#1933)Clay
* Fix "not in" and sigil highlights * Add ExUnit test case to locals * Update README to mention new Elixir parser
2021-10-13Locals matching "when" operator, add pipe queriesConnor Lay (Clay)
2021-10-13Increase Elixir locals pattern match depth to 20 nodesConnor Lay (Clay)
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-13Update locals with support for deep pattern matchesConnor Lay (Clay)
2021-05-18Refactor highlights and locals queriesDaniel Kempkens
2021-05-18Use #any-of? in localsDaniel Kempkens
2021-05-18Initial Elixir supportDaniel Kempkens