aboutsummaryrefslogtreecommitdiffstats
path: root/queries/elixir
Commit message (Collapse)AuthorAgeFilesLines
* Add HEEx language support, add missing commentstringsClay2021-09-171-0/+5
|
* Fix: Improve Elixir highlighting performance (#1682)Connor Lay (Clay)2021-09-171-133/+107
|
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-09-172-0/+9
| | | | | | | | | | | | | | | | | | | * Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections
* 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
| | | | | `with` is also considered a conditional in Elixir. Highlight it accordingly.
* 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