nvim-treesitter/queries/python/injections.scm

11 lines
303 B
Scheme
Raw Normal View History

(call
function: (attribute
object: (identifier) @_re)
arguments: (argument_list . (string
(string_content) @injection.content))
(#eq? @_re "re")
(#set! injection.language "regex"))
((comment) @injection.content
(#set! injection.language "comment"))