feat(djot): add latex injection (#7603)

This commit is contained in:
Jonas Hietala 2025-01-30 12:22:43 +01:00 committed by GitHub
parent 019e8cb7b3
commit ffa526e5aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,10 @@
((comment) @injection.content
(#set! injection.language "comment"))
(math
(content) @injection.content
(#set! injection.language "latex"))
(code_block
(language) @injection.language
(code) @injection.content)