view runtime/compiler/standard.vim @ 29602:093466b0c903

Added tag v9.0.0141 for changeset 8f0ca93857a68e4783ef07ff161fe8621f46fc04
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Aug 2022 12:00:09 +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%.%#