File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## [ Unreleased] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/main )
8
+
9
+ ### Added
10
+
11
+ * Support for ~ LVN sigils (LiveView Native templates) in the built-in injections ([ #75 ] ( https://github.com/elixir-lang/tree-sitter-elixir/pull/75 ) )
12
+
7
13
## [ v0.3.1] ( https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.1 ) (2024-09-28)
8
14
9
15
### Changed
Original file line number Diff line number Diff line change 2
2
((sigil
3
3
(sigil_name) @_sigil_name
4
4
(quoted_content) @injection.content )
5
- (#eq ? @_sigil_name "H ")
5
+ (#match ? @_sigil_name "^(H|LVN)$ ")
6
6
(#set! injection.language "heex")
7
7
(#set! injection.combined))
You can’t perform that action at this time.
0 commit comments