fix escape for lua

This commit is contained in:
George Harker 2025-11-13 13:55:44 -08:00
parent e8811318e6
commit 0eff2d108a

View file

@ -2,7 +2,7 @@
(#set! injection.language "comment"))
((regex) @injection.content
(#not-lua-match? @injection.content "\${.*}")
(#not-lua-match? @injection.content "%${.*}")
(#set! injection.language "regex"))
(heredoc_redirect