Skip to content

Commit 2d708ed

Browse files
committed
Add support for comment highlighting
This will be supported by the comment extension. If the extension is not installed, then this would be a no-op. Signed-off-by: Donnie Adams <donnie@obot.ai>
1 parent aeeeaf5 commit 2d708ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
; We need impl this
2-
; ((comment) @injection.content
3-
; (#set! injection.language "comment"))
1+
((comment) @content
2+
(#set! injection.language "comment"))
43

54
((shell_command) @content
65
(#set! "language" "bash"))

0 commit comments

Comments
 (0)