mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
More bash injection support for Taskfile (#7805)
This commit is contained in:
parent
205faba176
commit
0e21ee8df6
2 changed files with 12 additions and 3 deletions
|
|
@ -13,3 +13,12 @@ tasks:
|
|||
- echo "{{.GREETING}}"
|
||||
# ^ @bash
|
||||
silent: true
|
||||
cmd:
|
||||
cmd: echo "{{.GREETING}}"
|
||||
# ^ @bash
|
||||
silent: true
|
||||
cmd-block:
|
||||
cmd: |
|
||||
echo "{{.GREETING}}"
|
||||
# ^ @bash
|
||||
silent: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue