mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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_name) @_sigil_name
|
||||
(quoted_content) @injection.content
|
||||
(#eq? @_sigil_name "H")
|
||||
(#any-of? @_sigil_name "H" "LVN")
|
||||
(#set! injection.language "heex"))
|
||||
|
||||
; Surface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue