2021-12-19 08:56:56 -06:00
|
|
|
((comment) @injection.content
|
2024-12-27 09:57:53 -05:00
|
|
|
(#set! injection.language "comment"))
|
2022-07-05 06:01:05 -05:00
|
|
|
|
|
|
|
((predicate
|
2024-12-27 09:57:53 -05:00
|
|
|
name: (identifier) @_name
|
|
|
|
parameters:
|
|
|
|
(parameters
|
2025-01-02 15:37:18 -05:00
|
|
|
(string (string_content) @injection.content)))
|
2024-12-27 09:57:53 -05:00
|
|
|
(#any-of? @_name "match" "not-match")
|
|
|
|
(#set! injection.language "regex"))
|