view runtime/compiler/yamllint.vim @ 29654:bba83ec5cf86

Added tag v9.0.0167 for changeset aa83cf7bef1c26567b7c95425f44a39001836115
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Aug 2022 23:15:04 +0200
parents bdda48f01a68
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:    Yamllint for YAML
" Maintainer:  Romain Lafourcade <romainlafourcade@gmail.com>
" Last Change: 2021 July 21

if exists("current_compiler")
    finish
endif
let current_compiler = "yamllint"

if exists(":CompilerSet") != 2
    command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=yamllint\ -f\ parsable