aboutsummaryrefslogtreecommitdiffstats
path: root/queries/elixir/locals.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-200/+0
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-3/+2
|
* Fixup format (#5934)Phạm Huy Hoàng2024-01-201-0/+4
| | | | | | | * fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern
* chore: query formattingPham Huy Hoang2024-01-191-1/+1
|
* refactor: manual pre-cleanupPham Huy Hoang2024-01-191-104/+137
| | | | | Moving comments, adding `format-ignore` to lines that will be better with it
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-120/+120
|
* Elixir: fix a few highlights, add ExUnit support to locals (#1933)Clay2021-10-221-0/+30
| | | | | | | * Fix "not in" and sigil highlights * Add ExUnit test case to locals * Update README to mention new Elixir parser
* Locals matching "when" operator, add pipe queriesConnor Lay (Clay)2021-10-131-58/+86
|
* Increase Elixir locals pattern match depth to 20 nodesConnor Lay (Clay)2021-10-131-3/+39
| | | | | | | | | | 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.
* Update locals with support for deep pattern matchesConnor Lay (Clay)2021-10-131-72/+62
|
* Refactor highlights and locals queriesDaniel Kempkens2021-05-181-60/+45
|
* Use #any-of? in localsDaniel Kempkens2021-05-181-3/+3
|
* Initial Elixir supportDaniel Kempkens2021-05-181-0/+95