Vim Polyglot Versions Save

A solid language pack for Vim.

v4.10.0

3 years ago

9243367 Automatically detect script filetype when typing

v4.9.2

3 years ago
  • Various improvements related to autodetecting indent
  • Switch to neovim version of help filetype

v4.8.0

3 years ago
  • Automatically detect indentation, closes #529

v4.6.0

3 years ago
  • Allow to define heuristics in heuristics.yaml
  • Migrate all languages from vim beginning with "a"
  • Remove enhanced cpp syntax (it was too slow to load)
  • Use setf instead of set ft for setting filetype (faster)
  • Override native hauristics with au!
  • Add globbing of files for packages
  • Replace predefined dirs with extra_dirs and ignored_dirs
  • Allow to define proper order of packages with topological sort
  • Fix powershell detection
  • Lint and fix many packages.yaml issues

v4.5.5

3 years ago
  • Various fixes to v4.5.x release

v4.5.0

3 years ago

Big feature: Integrate with https://github.com/github/linguist for filetype detection. Also:

0df1bfa Add requirements.txt support, closes #507 f7302d9 Add jq syntax, closes #502 7e38f42 Add improved sql syntax, closes #505 e521ba3 Add fennel support, closes #514 ee4f515 Add ftdetect for jsonnet 20a388c Add jsonnet support, closes #515 5670985 Add docs, fixes #501 f8cee01 Allow to set let g:python_highlight_all = 0, closes #474 c6936ae Fix dhall plugin, closes #519 a3bdbcd Fix svelte branch name, closes #522 9c3c0bc Fix rspect ftdetect, #503 8b6c06e Add detection for rspec files (#503)

v4.4.3

3 years ago
  • Improve tests (no dependency on rubygems)
  • Improve bash highlighting

v4.4.1

3 years ago

685aeaa Add ledger support, closes #488 a9cc6fd Remove latex, fixes #484

v4.4.0

3 years ago
  • Update all plugins
  • Manually rewrite ftdetect script for performance and reliability

v4.3.0

4 years ago

6a15d48 Add brewfile support, closes #469 24f0581 Add rego support, closes #471 33c9484 Allow to configure python syntax, #474 55287ef Change elm provider, closes #475 d757bfd Change latex provider to luatex, closes #476 8ec73a3 Change fsharp provider, closes #477 b2ee283 Add gdscript, closes #483