neovim/runtime/compiler
Christian Clason e651ae5864
vim-patch:d592deb33652 (#19002)
Update runtime files
d592deb336
2022-06-17 20:38:21 +02:00
..
ant.vim
bcc.vim
bdf.vim
cargo.vim
checkstyle.vim
cm3.vim
context.vim
cs.vim
csslint.vim
cucumber.vim
dart2js.vim
dart2native.vim
dart.vim
dartanalyser.vim
dartdevc.vim
dartdoc.vim
dartfmt.vim
decada.vim
dot.vim
erlang.vim
eruby.vim
eslint.vim
fbc.vim
fortran_cv.vim
fortran_elf90.vim
fortran_F.vim
fortran_g77.vim
fortran_lf95.vim
fpc.vim
g95.vim
gawk.vim
gcc.vim
gfortran.vim
ghc.vim
gjs.vim
gnat.vim
go.vim
haml.vim
hp_acc.vim
icc.vim
icon.vim
ifort.vim
intel.vim
irix5_c.vim
irix5_cpp.vim
javac.vim
jest.vim
jikes.vim
jjs.vim
jshint.vim
jsonlint.vim
mcs.vim
mips_c.vim
mipspro_c89.vim
mipspro_cpp.vim
modelsim_vcom.vim
msbuild.vim
msvc.vim
neato.vim
ocaml.vim
onsgmls.vim
pbx.vim
perl.vim
perlcritic.vim
php.vim
podchecker.vim
powershell.vim
pylint.vim
pyunit.vim
rake.vim
README.txt
rhino.vim
rspec.vim
rst.vim
rubocop.vim
ruby.vim
rubyunit.vim
rustc.vim
sass.vim
scdoc.vim
se.vim
shellcheck.vim
sml.vim
spectral.vim
splint.vim
stack.vim
standard.vim
stylelint.vim
tcl.vim
tex.vim
tidy.vim
ts-node.vim
tsc.vim
typedoc.vim
xbuild.vim
xmllint.vim
xmlwf.vim
xo.vim
yamllint.vim
zsh.vim

This directory contains Vim scripts to be used with a specific compiler.
They are used with the ":compiler" command.

These scripts usually set options, for example 'errorformat'.
See ":help write-compiler-plugin".

If you want to write your own compiler plugin, have a look at the other files
for how to do it, the format is simple.

If you think a compiler plugin you have written is useful for others, please
send it to Bram@vim.org.