aboutsummaryrefslogtreecommitdiffstats
path: root/queries/elixir/injections.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat(elixir): add highlight for LVN sigilsBrian Cardarella2025-01-111-1/+1
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-13/+11
|
* chore: query formattingPham Huy Hoang2024-01-191-22/+27
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-17/+25
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* 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: Elixir non-doc sigils will no longer be flickeringŁukasz Niemier2021-11-121-12/+12
| | | | | It also adds support for colouring documentation metadata attributes (ex. `@doc foo: :bar`).
* Update injections & highlights, add foldsConnor Lay (Clay)2021-10-131-0/+7
|
* Update injections for new elixir-lang parserConnor Lay (Clay)2021-10-131-18/+12
|
* Add HEEx language support, add missing commentstringsClay2021-08-181-0/+5
|
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-011-0/+5
| | | | | | | | | | | | | | | | | | | * 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
* Add regex injection for ElixirDavid Bernheisel2021-06-011-0/+9
|
* Initial Elixir supportDaniel Kempkens2021-05-181-0/+1