Syntax detection and highlighting for concourse pipelines.
- Custom highlighting aware of concourse terminology
- Folding
- Auto detecting concourse files
- Tagbar integration
- Automatic ctags generation for use with
<c-]>
on jobs and resources
By default vim-concourse will generate ctags for your concourse pipelines using flytags on save. You can disable this functionality with:
let g:concourse_tags_autosave = 0
The BSD 3-Clause License - see LICENSE for more details.
Uses the vim-go LICENSE and copyrights since a lot of the code was re-used.