vim-github-actions
vim-github-actions copied to clipboard
(Outdated) Vim syntax/indent support for GitHub Actions *.workflow files
Vim filetype support for GitHub Actions
This is a Vim filetype support for GitHub Actions.
It provides:
- Highlighting
.github/*.workflowfiles.- It only highlights keywords described in official document. You can easily notice wrong attribute names.
- Indentation for
.github/*.workflowfiles.

Installation
If you use any package manager, please follow its instruction.
With vim-plug:
Plug 'rhysd/vim-github-actions'
With dein.vim:
call dein#add('rhysd/vim-github-actions')
With minpac:
call minpac#add('rhysd/vim-github-actions')
When you're using Vim's builtin packager, please follow instruction at :help pack-add.
Usage
After this plugin is loaded, highlights and indentation are automatically applied. You have nothing to do anymore.
Please confirm that ghaworkflow filetype is set when you open .github/*.workflow files.
Links
- GitHub Actions
- About GitHub Actions
- Creating workflows
- Creating a workflow with GitHub Actions
- Workflow configuration options
License
MIT License