6.1 KiB
6.1 KiB
vim-polyglot
A collection of language packs for Vim.
One to rule them all, one to find them, one to bring them all and in the darkness bind them.
- It won't affect your startup time, as scripts are loaded only on demand*.
- It installs 50+ times faster than 50+ packages it consist of.
- Solid syntax and indentation support. Only the best language packs.
- All unnecessary files are ignored (like enormous documentation from php support).
- No support for esoteric languages, only most popular ones (modern too, like
slim
). - Each build is tested by automated vimrunner script on CI. See
spec
directory.
*To be completely honest, concatenated ftdetect
script takes around 3ms
to load.
Installation
- Install pathogen, Vundle or NeoBundle package manager.
- Use this repository as submodule or package.
Optionally download one of the releases and unpack it directly under ~/.vim
directory.
Language packs
- arduino (syntax, indent, ftdetect)
- blade (syntax, indent, ftdetect)
- c++11 (syntax)
- c/c++ (syntax)
- c-extensions (syntax)
- clojure (syntax, indent, autoload, ftplugin, ftdetect)
- coffee-script (syntax, indent, compiler, autoload, ftplugin, ftdetect)
- css (syntax)
- csv (syntax, ftplugin, ftdetect)
- cucumber (syntax, indent, compiler, ftplugin, ftdetect)
- dockerfile (syntax, ftdetect)
- elixir (syntax, indent, compiler, ftplugin, ftdetect)
- emberscript (syntax, indent, ftplugin, ftdetect)
- emblem (syntax, indent, ftplugin, ftdetect)
- erlang (syntax, indent, compiler, autoload, ftplugin)
- git (syntax, indent, ftplugin, ftdetect)
- go (syntax, indent, ftdetect)
- haml (syntax, indent, compiler, ftplugin, ftdetect)
- handlebars (syntax, ftplugin, ftdetect)
- haskell (syntax, indent, ftplugin)
- haxe (syntax, ftdetect)
- html5 (syntax, indent, autoload, ftplugin)
- jade (syntax, indent, ftplugin, ftdetect)
- jasmine (syntax, ftdetect)
- javascript (syntax, indent, ftdetect)
- json (syntax, ftdetect)
- jst (syntax, indent, ftdetect)
- latex (syntax, indent, ftplugin)
- less (syntax, indent, ftplugin, ftdetect)
- liquid (syntax, indent, ftplugin, ftdetect)
- markdown (syntax, ftplugin, ftdetect)
- nginx (syntax, ftdetect)
- ocaml (syntax, indent, ftplugin)
- octave (syntax)
- opencl (syntax, indent, ftplugin, ftdetect)
- perl (syntax, indent, ftplugin, ftdetect)
- php (syntax)
- puppet (syntax, indent, ftplugin, ftdetect)
- protobuf (syntax, ftdetect)
- python (syntax, indent)
- r-lang (syntax, ftplugin)
- rspec (syntax, ftdetect)
- ruby (syntax, indent, compiler, autoload, ftplugin, ftdetect)
- rust (syntax, indent, compiler, autoload, ftplugin, ftdetect)
- sbt (syntax, ftdetect)
- scala (syntax, indent, ftplugin, ftdetect)
- slim (syntax, indent, ftdetect)
- stylus (syntax, indent, ftplugin, ftdetect)
- systemd (syntax, ftdetect)
- swift (syntax, indent, ftdetect)
- textile (syntax, ftplugin, ftdetect)
- tmux (syntax, ftdetect)
- tomdoc (syntax)
- typescript (syntax, compiler, ftplugin, ftdetect)
- vbnet (syntax)
- toml (syntax, ftdetect)
- twig (syntax, ftplugin, ftdetect)
- xls (syntax)
- yard (syntax)
- css-color (autoload, syntax)
Contributing
Language packs are periodically updated using automated build
script.
Feel free to add your language, and send pull-request.
License
See linked repositories for detailed license information.