csslint.vim (490B)
1 " Vim compiler file 2 " Compiler: csslint for CSS 3 " Maintainer: Daniel Moch <daniel@danielmoch.com> 4 " Last Change: 2016 May 21 5 " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) 6 7 if exists("current_compiler") 8 finish 9 endif 10 let current_compiler = "csslint" 11 12 CompilerSet makeprg=csslint\ --format=compact 13 CompilerSet errorformat=%-G,%-G%f:\ lint\ free!,%f:\ line\ %l\\,\ col\ %c\\,\ %trror\ -\ %m,%f:\ line\ %l\\,\ col\ %c\\,\ %tarning\ -\ %m,%f:\ line\ %l\\,\ col\ %c\\,\ %m