injections.scm (255B)
1 ;; extends 2 3 (command 4 name: (command_name (word)) @name (#eq? @name "curl") 5 argument: (word) @arg (#eq? @arg "--data") 6 argument: (raw_string) @injection.content 7 (#lua-match? @injection.content "^'%{.*%}'") 8 (#set! injection.language "json"))