summaryrefslogtreecommitdiffstats
path: root/queries/elixir
Commit message (Expand)AuthorAgeFilesLines
* feat(elixir): add stab_clause to foldsMitchell Hanberg2024-04-011-0/+1
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-213-76/+62
* feat(format-scripts): linewrap predicates再生花2024-02-231-2/+6
* chore: format queriesPhạm Huy Hoàng2024-01-211-3/+3
* Fixup format (#5934)Phạm Huy Hoàng2024-01-201-0/+4
* fix(highlights): improve consistencyObserverOfTime2024-01-191-1/+1
* chore: query formattingPham Huy Hoang2024-01-194-115/+122
* refactor: manual pre-cleanupPham Huy Hoang2024-01-191-104/+137
* feat!: align standard captures with upstreamChristian Clason2024-01-191-2/+2
* feat(locals)!: switch to upstream capturesChristian Clason2024-01-191-120/+120
* refactor: Remove all `(ERROR) @error` capturesPham Huy Hoang2023-10-251-3/+0
* fix(elixir): highlight functions without parenthesis (#5511)Alexander Sieg2023-10-151-0/+1
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-17/+25
* queries/*/highlights.scm : remove `@spell` for stringsShellCode332023-08-071-1/+1
* perf: remove match where possibleAmaan Qureshi2023-04-211-1/+1
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-3/+3
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-11/+9
* Fix elixir `@function` capturesStephen Bolton2023-02-241-3/+4
* highlights(elixir): fix capturesObserverOfTime2022-11-261-1/+1
* feat(spell): upstream spell queries from spellsitterLewis Russell2022-09-061-0/+2
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-2/+2
* Fix Elixir indents to match mix formatConnor Lay (Clay)2022-02-101-7/+12
* Add tree-sitter-eex parser for (L)EEx files (#2351)Clay2022-01-251-0/+5
* Add new Elixir language injectionsClay2022-01-241-6/+28
* Fix highlights of module attributes and doc sigilsClay2022-01-241-2/+10
* fix: use more specific identifier checkŁukasz Niemier2021-11-121-1/+1
* fix: make comment doc highlighting work for any doc tagŁukasz Niemier2021-11-121-11/+14
* fix: Elixir non-doc sigils will no longer be flickeringŁukasz Niemier2021-11-122-31/+27
* Elixir: fix a few highlights, add ExUnit support to locals (#1933)Clay2021-10-222-13/+37
* Highlight and,or,not,in as @keyword.operatorConnor Lay (Clay)2021-10-131-4/+8
* Fix documentation highlights, formattingConnor Lay (Clay)2021-10-131-45/+35
* Locals matching "when" operator, add pipe queriesConnor Lay (Clay)2021-10-132-62/+95
* Increase Elixir locals pattern match depth to 20 nodesConnor Lay (Clay)2021-10-131-3/+39
* Update locals with support for deep pattern matchesConnor Lay (Clay)2021-10-132-75/+66
* Update indents & fix catch highlightsConnor Lay (Clay)2021-10-132-14/+5
* Update injections & highlights, add foldsConnor Lay (Clay)2021-10-133-123/+154
* Update injections for new elixir-lang parserConnor Lay (Clay)2021-10-131-18/+12
* Update highlights for new elixir-lang parserConnor Lay (Clay)2021-10-131-95/+140
* Add HEEx language support, add missing commentstringsClay2021-08-181-0/+5
* Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)2021-08-131-133/+107
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-012-0/+9
* fix(elixir): add missing possible parametersŁukasz Niemier2021-07-181-15/+2
* [elixir] Add folds (#1543)Mitchell Hanberg2021-07-091-0/+9
* Add regex injection for ElixirDavid Bernheisel2021-06-011-0/+9
* Elixir: Highlight `with` as conditionalDaniel Kempkens2021-05-271-1/+1
* Refactor highlights and locals queriesDaniel Kempkens2021-05-182-158/+142
* Use #any-of? in localsDaniel Kempkens2021-05-181-3/+3
* Initial Elixir supportDaniel Kempkens2021-05-184-0/+314