blob: b6bcf1f6b04af8b49b0a5f56b24f0b52db59144c [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>
4" Last Change: 2020 May 17
5
6if exists("current_compiler")
7 finish
8endif
9let current_compiler = "standard"
10
11if exists(":CompilerSet") != 2
12 command -nargs=* CompilerSet setlocal <args>
13endif
14
15CompilerSet makeprg=standard
16CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#