neovim/runtime/compiler
Christian Clason 2dd5e472df vim-patch:fc93594d562d
runtime(rust): sync rust runtime files with upstream (vim/vim#13075)

fc93594d56

Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
2023-09-13 17:23:45 +02:00
..
ant.vim
bcc.vim
bdf.vim
cargo.vim vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
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
dotnet.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
hare.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
racomake.vim
racosetup.vim
racotest.vim
rake.vim
README.txt
rhino.vim
rspec.vim
rst.vim
rubocop.vim
ruby.vim
rubyunit.vim
rustc.vim vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
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
zig_build_exe.vim
zig_build.vim
zig_test.vim
zig.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 the vim-dev mailing list: <vim-dev@vim.org>