nvim-treesitter/queries/query/injections.scm
2021-05-07 16:51:57 +02:00

6 lines
165 B
Scheme

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