Skip to content

Releases: sheerun/vim-polyglot

v4.10.0

10 Sep 13:41
Compare
Choose a tag to compare

9243367 Automatically detect script filetype when typing

v4.9.2

04 Sep 19:01
Compare
Choose a tag to compare
  • Various improvements related to autodetecting indent
  • Switch to neovim version of help filetype

v4.8.0

01 Sep 21:40
Compare
Choose a tag to compare
  • Automatically detect indentation, closes #529

v4.6.0

01 Sep 21:08
Compare
Choose a tag to compare
  • 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

27 Aug 21:16
Compare
Choose a tag to compare
  • Various fixes to v4.5.x release

v4.5.0

18 Aug 21:37
Compare
Choose a tag to compare

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

01 Jun 20:02
5b38663
Compare
Choose a tag to compare
  • Improve tests (no dependency on rubygems)
  • Improve bash highlighting

v4.4.1

20 May 18:25
Compare
Choose a tag to compare

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

v4.4.0

20 May 17:39
Compare
Choose a tag to compare
  • Update all plugins
  • Manually rewrite ftdetect script for performance and reliability

v4.3.0

25 Apr 21:16
Compare
Choose a tag to compare

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