github-actions-yaml.vim icon indicating copy to clipboard operation
github-actions-yaml.vim copied to clipboard

Vim plugin for GitHub Actions (yaml file)

Results 2 github-actions-yaml.vim issues
Sort by recently updated
recently updated
newest added

The `${{` and `}}` symbols are correctly highlighted, but not when in a string. It would be nice to easily detect when a string contains a workflow variable by always...

YAML normally uses pipes to delimit multi-line strings. In GitHub actions, however, they are used after `run:` tags in order to define multiple commands to run. However, even using this...