index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
elixir
Age
Commit message (
Expand
)
Author
2022-09-06
feat(spell): upstream spell queries from spellsitter
Lewis Russell
2022-08-03
Split func/method definition from calls in several programming language queries
lfenzo
2022-02-10
Fix Elixir indents to match mix format
Connor Lay (Clay)
2022-01-25
Add tree-sitter-eex parser for (L)EEx files (#2351)
Clay
2022-01-24
Add new Elixir language injections
Clay
2022-01-24
Fix highlights of module attributes and doc sigils
Clay
2021-11-12
fix: use more specific identifier check
Łukasz Niemier
2021-11-12
fix: make comment doc highlighting work for any doc tag
Łukasz Niemier
2021-11-12
fix: Elixir non-doc sigils will no longer be flickering
Łukasz Niemier
2021-10-22
Elixir: fix a few highlights, add ExUnit support to locals (#1933)
Clay
2021-10-13
Highlight and,or,not,in as @keyword.operator
Connor Lay (Clay)
2021-10-13
Fix documentation highlights, formatting
Connor Lay (Clay)
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)
2021-10-13
Update locals with support for deep pattern matches
Connor Lay (Clay)
2021-10-13
Update indents & fix catch highlights
Connor Lay (Clay)
2021-10-13
Update injections & highlights, add folds
Connor Lay (Clay)
2021-10-13
Update injections for new elixir-lang parser
Connor Lay (Clay)
2021-10-13
Update highlights for new elixir-lang parser
Connor Lay (Clay)
2021-08-18
Add HEEx language support, add missing commentstrings
Clay
2021-08-13
Fix: Improve Elixir highlighting performance (#1682)
Connor Lay (Clay)
2021-08-01
Feature: Add Surface language and integrate with Elixir (#1645)
Connor Lay (Clay)
2021-07-18
fix(elixir): add missing possible parameters
Łukasz Niemier
2021-07-09
[elixir] Add folds (#1543)
Mitchell Hanberg
2021-06-01
Add regex injection for Elixir
David Bernheisel
2021-05-27
Elixir: Highlight `with` as conditional
Daniel Kempkens
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