mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
Add RsHtml template language support
This commit is contained in:
parent
7515c33d15
commit
e96f08d7d7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
((rust_text) @injection.content
|
((rust_text) @injection.content
|
||||||
(#set! injection.language "rust")
|
(#set! injection.language "rust")
|
||||||
(#set! injection.include-children)
|
(#set! injection.include-children)
|
||||||
(#not-match? @injection.content "^else"))
|
(#not-lua-match? @injection.content "^else"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue