diff --git a/languages/swift/injections.scm b/languages/swift/injections.scm index 9244a4e..35c9020 100644 --- a/languages/swift/injections.scm +++ b/languages/swift/injections.scm @@ -2,3 +2,11 @@ ((regex_literal) @injection.content (#set! injection.language "regex")) + +( + [ + (comment) + (multiline_comment) + ] @injection.content + (#set! injection.language "comment") +)