blob: 88e2efb27ad9693d8271431abad1c242d7b49bb7 [file] [log] [blame] [edit]
" Vim compiler file
" Compiler: Yamllint for YAML
" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
" Last Change: 2021 July 21
" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
if exists("current_compiler")
finish
endif
let current_compiler = "yamllint"
CompilerSet makeprg=yamllint\ -f\ parsable