mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
Fix HTML injections (Thanks Max!)
Co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
a1fe5abeaf
commit
1cc8ecad12
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
((text) @injection.content
|
||||
(#set! injection.language "html")
|
||||
(#set! injection.combined))
|
||||
((text) @content
|
||||
(#set! "language" "html")
|
||||
(#set! "combined"))
|
||||
|
|
Loading…
Reference in a new issue