mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/treesitter: prevent mkRaw over-injection by removing injection.combined
This commit is contained in:
parent
1d8724144c
commit
60f1c85237
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
|||
((string_fragment) @injection.content
|
||||
(#set! injection.language "lua")))
|
||||
]
|
||||
(#match? @_func "(^|\\.)mkRaw$")
|
||||
(#set! injection.combined))
|
||||
(#match? @_func "(^|\\.)mkRaw$"))
|
||||
|
||||
(binding
|
||||
attrpath: (attrpath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue