Go to file
Adam Stankiewicz 88bd82d6c9 Merge pull request #10 from hoelzro/master
Add Perl language files
2013-09-17 09:14:18 -07:00
after Use my own fork of rspec.vim to properly detect spec file 2013-09-17 02:43:05 +02:00
autoload fix: Switch erlang to oscarh/vimerl (it doesnt use plugin dir) 2013-09-17 02:02:37 +02:00
compiler Remove tpope/vim-bundler as it does not include syntax 2013-09-17 02:17:15 +02:00
ftdetect Concat ftdetect scripts and mention startup cost in the README 2013-09-16 16:54:16 +02:00
ftplugin Add Perl language files 2013-09-17 17:37:59 +02:00
indent Add Perl language files 2013-09-17 17:37:59 +02:00
spec fix: Build spec, use bash, check return status 2013-09-14 20:46:47 +02:00
syntax Add Perl language files 2013-09-17 17:37:59 +02:00
.gitattributes Ignore certain files in release 2013-09-13 14:28:20 +02:00
.gitignore Add first version of build script 2013-09-12 15:50:45 +02:00
.travis.yml Add Travis CI integration 2013-09-14 20:23:24 +02:00
build Add Perl language files 2013-09-17 17:37:59 +02:00
Gemfile Move specs location one level down 2013-09-14 20:20:59 +02:00
Gemfile.lock Move specs location one level down 2013-09-14 20:20:59 +02:00
README.md Add Perl language files 2013-09-17 17:37:59 +02:00

vim-polyglot Build Status

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 40x faster (unparallelized), as language packs are not submoduled, but merged.
  • It clones even faster as all unnecessary files are ignored (like enormous documentation from php support).
  • Best syntax and indentation support. If someone releases better language pack, it will be replaced here.
  • No support for esoteric languages (vim-polyglot supports modern ones like slim though).
  • Each build is tested by automated Travis CI setup using vimrunner gem. Spee spec directory.

*To be completely honest, concatenated ftdetect script takes around 3ms to load.

Installation

  1. Install pathogen, Vundle or NeoBundle package manager.
  2. Use this repository as submodule or package.

Optionally download one of the releases and unpack it directly under ~/.vim directory.

Language packs

  • arduino (syntax, ftdetect)
  • c++11 (syntax)
  • c/c++ (syntax)
  • clojure (syntax, indent, autoload, ftplugin, ftdetect)
  • coffee-script (syntax, indent, compiler, autoload, ftplugin, ftdetect)
  • css-color (syntax)
  • csv (syntax, ftplugin, ftdetect)
  • cucumber (syntax, indent, compiler, ftplugin, ftdetect)
  • elixir (syntax, indent, compiler, ftplugin, ftdetect)
  • erlang (syntax, indent, compiler, autoload, ftplugin)
  • git (syntax, indent, ftplugin, ftdetect)
  • go (syntax, indent, autoload, ftplugin, ftdetect)
  • haml (syntax, indent, compiler, ftplugin, ftdetect)
  • handlebars (syntax, ftplugin, ftdetect)
  • haskell (syntax, indent, ftplugin)
  • html5 (syntax, indent, autoload)
  • jade (syntax, indent, ftplugin, ftdetect)
  • javascript (syntax, indent, ftdetect)
  • json (syntax, ftdetect)
  • jst (syntax, indent, ftdetect)
  • latex (syntax, indent, ftplugin)
  • less (syntax, indent, ftplugin, ftdetect)
  • markdown (syntax, ftplugin, ftdetect)
  • nginx (syntax, ftdetect)
  • ocaml (syntax, indent, ftplugin)
  • octave (syntax)
  • perl (syntax, indent, ftplugin, ftdetect)
  • php (syntax)
  • puppet (syntax, indent, ftplugin, ftdetect)
  • protobuf (syntax, ftdetect)
  • python (syntax)
  • rspec (syntax)
  • ruby (syntax, indent, compiler, autoload, ftplugin, ftdetect)
  • sbt (syntax, ftdetect)
  • scala (syntax, indent, ftplugin, ftdetect)
  • slim (syntax, indent, ftdetect)
  • stylus (syntax, indent, ftplugin, ftdetect)
  • textile (syntax, ftplugin, ftdetect)
  • tmux (syntax, ftdetect)
  • tomdoc (syntax)
  • vbnet (syntax)
  • twig (syntax, ftplugin, ftdetect)
  • xls (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.

Bitdeli Badge