neovim/runtime/compiler
Christian Clason def6111118 vim-patch:7cc0e91: runtime(groff): Add compiler plugin for groff
Groff MOM (Macros for Manuscripts) is a macro package for the GNU
troff (groff) typesetting system, a light-weight alternative
to LaTeX for professional-quality documents.

closes: vim/vim#15646

7cc0e9145d

Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-09-11 09:47:30 +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
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
gm2.vim
gnat.vim
go.vim
groff.vim vim-patch:7cc0e91: runtime(groff): Add compiler plugin for groff 2024-09-11 09:47:30 +02:00
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
jq.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
pandoc.vim
pbx.vim
perl.vim
perlcritic.vim
php.vim
pip_compile.vim
podchecker.vim
powershell.vim
pylint.vim
pyunit.vim
raco.vim
racomake.vim
racosetup.vim
racotest.vim
rake.vim
README.txt
rhino.vim
rime_deployer.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
typst.vim
vimdoc.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>