summaryrefslogtreecommitdiff
path: root/.config/nvim/after/queries/bash/injections.scm
blob: d2bd607cd7ed096af5931ad3b919ea0c4d5d62a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
;; extends

(command
  name: (command_name) @injection.language
  argument: (raw_string) @injection.content)

((command
   name: (command_name) @_name
   argument: (raw_string) @injection.content)
 (#eq? @_name "gawk")
 (#set! injection.language "awk"))