mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(elixir): add highlight for LVN sigils
This commit is contained in:
parent
5780226a4f
commit
e1e2ad1448
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
(sigil
|
(sigil
|
||||||
(sigil_name) @_sigil_name
|
(sigil_name) @_sigil_name
|
||||||
(quoted_content) @injection.content
|
(quoted_content) @injection.content
|
||||||
(#eq? @_sigil_name "H")
|
(#any-of? @_sigil_name "H" "LVN")
|
||||||
(#set! injection.language "heex"))
|
(#set! injection.language "heex"))
|
||||||
|
|
||||||
; Surface
|
; Surface
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue