mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
fix escape for lua
This commit is contained in:
parent
e8811318e6
commit
0eff2d108a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
(#set! injection.language "comment"))
|
(#set! injection.language "comment"))
|
||||||
|
|
||||||
((regex) @injection.content
|
((regex) @injection.content
|
||||||
(#not-lua-match? @injection.content "\${.*}")
|
(#not-lua-match? @injection.content "%${.*}")
|
||||||
(#set! injection.language "regex"))
|
(#set! injection.language "regex"))
|
||||||
|
|
||||||
(heredoc_redirect
|
(heredoc_redirect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue