blob: 88e2efb27ad9693d8271431abad1c242d7b49bb7 [file] [log] [blame]
Bram Moolenaar53f7fcc2021-07-28 20:10:16 +02001" Vim compiler file
2" Compiler: Yamllint for YAML
3" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
4" Last Change: 2021 July 21
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar53f7fcc2021-07-28 20:10:16 +02006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "yamllint"
11
Bram Moolenaar53f7fcc2021-07-28 20:10:16 +020012CompilerSet makeprg=yamllint\ -f\ parsable
13