| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-22 | Elixir: 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-13 | Locals matching "when" operator, add pipe queries | Connor Lay (Clay) | |
| 2021-10-13 | Increase Elixir locals pattern match depth to 20 nodes | Connor 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-13 | Update locals with support for deep pattern matches | Connor Lay (Clay) | |
| 2021-05-18 | Refactor highlights and locals queries | Daniel Kempkens | |
| 2021-05-18 | Use #any-of? in locals | Daniel Kempkens | |
| 2021-05-18 | Initial Elixir support | Daniel Kempkens | |
