summaryrefslogtreecommitdiff
path: root/.config/nvim/after/queries/sh/injections.scm
blob: 3e111496c7598cfca3d06144701dae4f52c688db (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 (word)) @_name
   argument: (raw_string) @injection.content)
 (#eq? @_name "gawk")
 (#set! injection.language "awk"))