diff options
author | Erasin Wang | 2023-03-17 14:48:57 +0000 |
---|---|---|
committer | GitHub | 2023-03-17 14:48:57 +0000 |
commit | b20cf15eef6d31f81d853d86759a68e2b9e54da8 (patch) | |
tree | af61c6b4417094e81b91bc930d4d11055e625a8b /runtime/queries/make/injections.scm | |
parent | 21a3fb8f29990a847adba369b0c3aaf3b592f456 (diff) |
Update queries for makefile (#6339)
- update variable and ref as paramter
- add target as constant
- add inject for shell_text
Diffstat (limited to 'runtime/queries/make/injections.scm')
-rw-r--r-- | runtime/queries/make/injections.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/make/injections.scm b/runtime/queries/make/injections.scm index 321c90ad..cfcba286 100644 --- a/runtime/queries/make/injections.scm +++ b/runtime/queries/make/injections.scm @@ -1,2 +1,5 @@ ((comment) @injection.content (#set! injection.language "comment")) + +((shell_text) @injection.content + (#set! injection.language "bash")) |