summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/spectral.vim
blob: f1ea8653e54da3dc2c2e4d65bec2e8c29f7a39e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Vim compiler file
" Compiler:    Spectral 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 = "spectral"

CompilerSet makeprg=spectral\ lint\ %\ -f\ text
CompilerSet errorformat=%f:%l:%c\ %t%.%\\{-}\ %m