1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Add comment injection to typst queries (#10628)

This commit is contained in:
tingerrr 2024-04-29 17:44:20 +02:00 committed by GitHub
parent 724a96abc8
commit eeb8782c54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,3 +5,6 @@
lang: (ident) @injection.language
(blob) @injection.content)
((comment)
@injection.content
(#set! injection.language "comment"))