blob: f1ea8653e54da3dc2c2e4d65bec2e8c29f7a39e4 [file] [log] [blame]
Bram Moolenaar53f7fcc2021-07-28 20:10:16 +02001" Vim compiler file
2" Compiler: Spectral 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 = "spectral"
11
Bram Moolenaar53f7fcc2021-07-28 20:10:16 +020012CompilerSet makeprg=spectral\ lint\ %\ -f\ text
13CompilerSet errorformat=%f:%l:%c\ %t%.%\\{-}\ %m
14