nvim-treesitter/runtime/queries/swift/injections.scm

9 lines
173 B
Scheme
Raw Permalink Normal View History

((regex_literal) @injection.content
(#set! injection.language "regex"))
2024-06-07 21:33:49 -07:00
([
(comment)
(multiline_comment)
] @injection.content
(#set! injection.language "comment"))