nvim-treesitter/queries/query/injections.scm
2021-03-12 11:21:46 -05:00

6 lines
165 B
Scheme

((predicate
name: (identifier) @_name
parameters: (parameters (string) @regex))
(#match? @_name "^#?(not-)?(match|vim-match|lua-match)$"))
(comment) @comment