Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
((comment) @injection.content
  (#set! injection.language "comment"))

; e.g. `echo hello123 | findstr /R "[a-z]*[0-9][0-9][0-9]"`
(cmd
  (command_name) @_command
  (argument_list
    (string) @injection.content)
  (#eq? @_command "findstr")
  (#set! injection.language "regex"))