blob: 608cc74864628a3769c4c77cc4d3ad7fbf031195 [file] [log] [blame]
Bram Moolenaarc0514bf2016-11-17 14:50:09 +01001" Vim compiler file
2" Compiler: csslint for CSS
Doug Kearns408281e2024-04-04 22:00:58 +02003" Maintainer: Daniel Moch <daniel@danielmoch.com>
4" Last Change: 2016 May 21
5" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaarc0514bf2016-11-17 14:50:09 +01006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "csslint"
11
Bram Moolenaarc0514bf2016-11-17 14:50:09 +010012CompilerSet makeprg=csslint\ --format=compact
13CompilerSet 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