neovim/runtime/compiler
Christian Clason 0903702634
vim-patch:9b03d3e75b42 (#20013)
Update runtime files
9b03d3e75b
2022-08-31 08:08:51 +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
raco.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racomake.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racosetup.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racotest.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
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.