summaryrefslogtreecommitdiff
path: root/uvim/runtime/compiler/spectral.mnv
blob: 20ae27085785cdda19006bd4d136ee8dc571a20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV compiler file
" Compiler:    Spectral for YAML
" Maintainer:  Romain Lafourcade <romainlafourcade@gmail.com>
" Last Change: 2021 July 21
"		2024 Apr 03 by The MNV 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