csslint.vim 490 B

1234567891011121314
  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. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "csslint"
  10. CompilerSet makeprg=csslint\ --format=compact
  11. 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