mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
4 lines
145 B
Scheme
4 lines
145 B
Scheme
((predicate
|
|
name: (identifier) @_name
|
|
parameters: (parameters (string) @regex))
|
|
(#match? @_name "^#?(not-)?(match|vim-match|lua-match)$"))
|