nvim-treesitter/queries/query/injections.scm

7 lines
165 B
Scheme
Raw Normal View History

2021-02-06 17:57:01 -05:00
((predicate
name: (identifier) @_name
parameters: (parameters (string) @regex))
(#match? @_name "^#?(not-)?(match|vim-match|lua-match)$"))
(comment) @comment