view runtime/compiler/standard.vim @ 30356:886ccc911b6b

Added tag v9.0.0513 for changeset c0be6563fa398af7702c944166c648b507aff489
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 15:00:05 +0200
parents bbca88cd13d5
children e1df51f68736
line wrap: on
line source

" Vim compiler file
" Compiler:    Standard for JavaScript
" Maintainer:  Romain Lafourcade <romainlafourcade@gmail.com>
" Last Change: 2020 August 20

if exists("current_compiler")
  finish
endif
let current_compiler = "standard"

if exists(":CompilerSet") != 2
  command -nargs=* CompilerSet setlocal <args>
endif

CompilerSet makeprg=npx\ standard
CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#