view runtime/compiler/standard.vim @ 34357:ecbf997354a1

Added tag v9.1.0109 for changeset 0f62958d90dd100fae1a830768a50a58b0ef214a
author Christian Brabandt <cb@256bit.org>
date Wed, 14 Feb 2024 21:45:04 +0100
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%.%#