Skip to content
Snippets Groups Projects
user avatar
Bram Moolenaar authored
18441ae2
Name Last commit Last update
..
2html.vim
README.txt
a2ps.vim
a65.vim
aap.vim
abap.vim
abaqus.vim
abc.vim
abel.vim
acedb.vim
ada.vim
aflex.vim
ahdl.vim
alsaconf.vim
amiga.vim
aml.vim
ampl.vim
ant.vim
antlr.vim
apache.vim
apachestyle.vim
aptconf.vim
arch.vim
art.vim
asciidoc.vim
asm.vim
asm68k.vim
asmh8300.vim
asn.vim
aspperl.vim
aspvbs.vim
asterisk.vim
asteriskvm.vim
atlas.vim
autohotkey.vim
autoit.vim
automake.vim
ave.vim
awk.vim
ayacc.vim
b.vim
baan.vim
basic.vim
bc.vim
bdf.vim
bib.vim
bindzone.vim
blank.vim
bst.vim
btm.vim
bzr.vim
c.vim
cabal.vim
calendar.vim
catalog.vim
cdl.vim
cdrdaoconf.vim
cdrtoc.vim
cf.vim
cfg.vim
ch.vim
chaiscript.vim
change.vim
changelog.vim
chaskell.vim
cheetah.vim
chill.vim
chordpro.vim
cl.vim
clean.vim
clipper.vim
clojure.vim
cmake.vim
cmusrc.vim
cobol.vim
coco.vim
colortest.vim
conaryrecipe.vim
conf.vim
config.vim
context.vim
cpp.vim
crm.vim
crontab.vim
cs.vim
csc.vim
csdl.vim
csh.vim
csp.vim
css.vim
cterm.vim
ctrlh.vim
cucumber.vim
cuda.vim
cupl.vim
cuplsim.vim
cvs.vim
cvsrc.vim
cweb.vim
cynlib.vim
cynpp.vim
d.vim
datascript.vim
dcd.vim
dcl.vim
debchangelog.vim
debcontrol.vim
debsources.vim
def.vim
denyhosts.vim
desc.vim
desktop.vim
dictconf.vim
dictdconf.vim
diff.vim
dircolors.vim
dirpager.vim
diva.vim
django.vim
dns.vim
dnsmasq.vim
docbk.vim
docbksgml.vim
docbkxml.vim
dosbatch.vim
dosini.vim
dot.vim
doxygen.vim
dracula.vim
dsl.vim
dtd.vim
dtml.vim
dtrace.vim
dts.vim
dylan.vim
dylanintr.vim
dylanlid.vim
ecd.vim
edif.vim
eiffel.vim
elf.vim
elinks.vim
elmfilt.vim
erlang.vim
eruby.vim
esmtprc.vim
esqlc.vim
esterel.vim
eterm.vim
eviews.vim
exim.vim
expect.vim
exports.vim
falcon.vim
fan.vim
fasm.vim
fdcc.vim
fetchmail.vim
fgl.vim
flexwiki.vim
focexec.vim
form.vim
forth.vim
fortran.vim
foxpro.vim
framescript.vim
freebasic.vim
fstab.vim
fvwm.vim
fvwm2m4.vim
gdb.vim
gdmo.vim
gedcom.vim
git.vim
gitcommit.vim
gitconfig.vim
gitolite.vim
gitrebase.vim
gitsendemail.vim
gkrellmrc.vim
gnash.vim
gnuplot.vim
gp.vim
gpg.vim
gprof.vim
grads.vim
gretl.vim
groff.vim
groovy.vim
group.vim
grub.vim
gsp.vim
gtkrc.vim
haml.vim
hamster.vim
haskell.vim
haste.vim
hastepreproc.vim
hb.vim
help.vim
This directory contains Vim scripts for syntax highlighting.

These scripts are not for a language, but are used by Vim itself:

syntax.vim	Used for the ":syntax on" command.  Uses synload.vim.

manual.vim	Used for the ":syntax manual" command.  Uses synload.vim.

synload.vim	Contains autocommands to load a language file when a certain
		file name (extension) is used.  And sets up the Syntax menu
		for the GUI.

nosyntax.vim	Used for the ":syntax off" command.  Undo the loading of
		synload.vim.


A few special files:

2html.vim	Converts any highlighted file to HTML (GUI only).
colortest.vim	Check for color names and actual color on screen.
hitest.vim	View the current highlight settings.
whitespace.vim  View Tabs and Spaces.


If you want to write a syntax file, read the docs at ":help usr_44.txt".

If you make a new syntax file which would be useful for others, please send it
to Bram@vim.org.  Include instructions for detecting the file type for this
language, by file name extension or by checking a few lines in the file.
And please write the file in a portable way, see ":help 44.12".

If you have remarks about an existing file, send them to the maintainer of
that file.  Only when you get no response send a message to Bram@vim.org.

If you are the maintainer of a syntax file and make improvements, send the new
version to Bram@vim.org.

For further info see ":help syntax" in Vim.