summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/yamllint.vim
blob: 88e2efb27ad9693d8271431abad1c242d7b49bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" 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