Search notes:

VIM: runtime/syntax

The runtime directory syntax contains files for syntax highlighting that are used by Vim itself, not by files of a given file type.
Some files in this directory that are distributed with Vim include
2html.vim Produce a HTML document from a syntax highlighted file.
hitest.vim Show the current syntax-highlight settings
manual.vim Used for :syntax manual, depends on synload.vim
nosyntax.vim Used for :syntax off, undoes the effect of synload.vim
syncolor.vim
synload.vim Autocommands to load a language file whe a given file type(?) is used. Also sets up syntax menu if Vim running with a GUI.
syntax.vim Used for :syntax on, depends on synload.vim

Index