1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 07:10:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/python/injections.scm

9 lines
174 B
Scheme
Raw Normal View History

((call
function: (attribute
object: (identifier) @_re)
arguments: (argument_list (string) @regex))
(#eq? @_re "re")
(#lua-match? @regex "^r.*"))
(comment) @comment