We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac7a0f commit 480e549Copy full SHA for 480e549
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [unreleased]
8
+
9
+## Added
10
11
+* Alias ~H to ~LVN for LiveView Native template highlighting support
12
13
## [v0.3.1](https://github.com/elixir-lang/tree-sitter-elixir/tree/v0.3.1) (2024-09-28)
14
15
### Changed
queries/injections.scm
@@ -2,6 +2,6 @@
2
((sigil
3
(sigil_name) @_sigil_name
(quoted_content) @injection.content)
- (#eq? @_sigil_name "H")
+ (#match? @_sigil_name "^(H|LVN)$")
(#set! injection.language "heex")
(#set! injection.combined))
0 commit comments