We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c13555 commit 4921a6fCopy full SHA for 4921a6f
languages/swift/injections.scm
@@ -2,3 +2,11 @@
2
3
((regex_literal) @injection.content
4
(#set! injection.language "regex"))
5
+
6
+(
7
+ [
8
+ (comment)
9
+ (multiline_comment)
10
+ ] @injection.content
11
+ (#set! injection.language "comment")
12
+)
0 commit comments