mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
6 lines
165 B
Scheme
6 lines
165 B
Scheme
((predicate
|
|
name: (identifier) @_name
|
|
parameters: (parameters (string) @regex))
|
|
(#match? @_name "^#?(not-)?(match|vim-match|lua-match)$"))
|
|
|
|
(comment) @comment
|