mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
Also add tests for cmd and multiline cmd
This commit is contained in:
parent
312a4e945e
commit
3a5f4aef47
1 changed files with 9 additions and 0 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