blob: fdc79ae2ba2055ac0e3cbb2e42d5c6701e3ab966 [file] [log] [blame]
Bram Moolenaar388a5d42020-05-26 21:20:45 +02001" Vim compiler file
2" Compiler: Standard for JavaScript
3" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
Bram Moolenaar207f0092020-08-30 17:20:20 +02004" Last Change: 2020 August 20
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar388a5d42020-05-26 21:20:45 +02006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "standard"
11
Bram Moolenaar207f0092020-08-30 17:20:20 +020012CompilerSet makeprg=npx\ standard
13CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#