Add comment injection

This commit is contained in:
Alan Russell 2025-07-18 09:02:21 +01:00
parent 0c1f579202
commit cc63a93600
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -84,7 +84,7 @@
"order" @function.builtin) "order" @function.builtin)
; Comments ; Comments
(comment) @comment (comment) @comment @spell
; Projections and objects ; Projections and objects
(projection (projection

View file

@ -0,0 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))