mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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
|
((string_fragment) @injection.content
|
||||||
(#set! injection.language "lua")))
|
(#set! injection.language "lua")))
|
||||||
]
|
]
|
||||||
(#match? @_func "(^|\\.)mkRaw$")
|
(#match? @_func "(^|\\.)mkRaw$"))
|
||||||
(#set! injection.combined))
|
|
||||||
|
|
||||||
(binding
|
(binding
|
||||||
attrpath: (attrpath
|
attrpath: (attrpath
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue