nvim-treesitter/tests/query/injections/yaml/bash-on-taskfiles.yml
2025-04-06 19:09:27 +02:00

15 lines
192 B
YAML

# https://taskfile.dev
version: '3'
vars:
GREETING:
sh: echo "Hello, World!"
# ^ @bash
tasks:
default:
cmds:
- echo "{{.GREETING}}"
# ^ @bash
silent: true