standard.vim 380 B

1234567891011121314
  1. " Vim compiler file
  2. " Compiler: Standard for JavaScript
  3. " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
  4. " Last Change: 2020 August 20
  5. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "standard"
  10. CompilerSet makeprg=npx\ standard
  11. CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#