We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
block_comment
comment_environment
1 parent 306c5af commit 2198fd9Copy full SHA for 2198fd9
runtime/queries/latex/injections.scm
@@ -1,2 +1,6 @@
1
-((line_comment) @injection.content
2
- (#set! injection.language "comment"))
+([
+ (comment)
3
+ (line_comment)
4
+ (block_comment)
5
+ (comment_environment)
6
+ ] @injection.content (#set! injection.language "comment"))
0 commit comments