Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-17 | Fix testsv4.13.4 | Adam Stankiewicz | 1 | -0/+58 | |
2020-10-07 | Remove context from packages, fixes #575 | Adam Stankiewicz | 1 | -58/+0 | |
2020-10-06 | Add all vim filetypes | Adam Stankiewicz | 8 | -0/+282 | |
2020-09-01 | Some major updates including heuristicsv4.6.0 | Adam Stankiewicz | 1 | -0/+42 | |
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes 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 - etc etd | |||||
2020-08-24 | Ignore compiler for javascript, fixes #521 | Adam Stankiewicz | 1 | -20/+0 | |
2020-05-28 | Add support for ics, closes #492 | Adam Stankiewicz | 1 | -0/+32 | |
2020-05-28 | Update | Adam Stankiewicz | 2 | -34/+6 | |
2020-05-20 | Add ledger support, closes #488v4.4.1 | Adam Stankiewicz | 1 | -0/+32 | |
2020-05-20 | Remove latex, fixes #484 | Adam Stankiewicz | 5 | -128/+0 | |
2020-04-25 | Change latex provider to luatex, closes #476 | Adam Stankiewicz | 5 | -0/+128 | |
2020-04-14 | Update | Adam Stankiewicz | 3 | -6/+14 | |
2020-03-02 | Update | Adam Stankiewicz | 1 | -1/+1 | |
2020-03-02 | Update | Adam Stankiewicz | 2 | -0/+123 | |
2019-12-07 | Updatev4.1.2 | Adam Stankiewicz | 1 | -1/+1 | |
2019-09-12 | Improve guard so it works for no eof new linev4.0.3 | Adam Stankiewicz | 28 | -0/+56 | |
2019-09-12 | Update | Adam Stankiewicz | 1 | -8/+7 | |
2019-09-06 | Improve guard to support concatenated files | Adam Stankiewicz | 28 | -112/+56 | |
2019-09-06 | Switch typescript provider, closes #428v4.0.0 | Adam Stankiewicz | 1 | -20/+11 | |
2019-09-04 | Update | Adam Stankiewicz | 3 | -4/+13 | |
2019-03-05 | Add lilypond support, closes #278 | Adam Stankiewicz | 1 | -0/+23 | |
2019-03-04 | Change ocaml provider, closes #320v3.5.0 | Adam Stankiewicz | 1 | -0/+59 | |
2019-03-04 | Add gradle compiler support, closes #358 | Adam Stankiewicz | 2 | -0/+56 | |
2019-03-04 | Change plugin guard for disabling, fixes #371 | Adam Stankiewicz | 24 | -96/+96 | |
2019-03-04 | Update | Adam Stankiewicz | 2 | -3/+2 | |
2018-12-26 | Change i3 provider | Adam Stankiewicz | 1 | -0/+71 | |
2018-12-26 | Update | Adam Stankiewicz | 1 | -71/+0 | |
2018-12-26 | Update | Adam Stankiewicz | 2 | -0/+10 | |
2018-10-08 | Updatev3.3.3 | Adam Stankiewicz | 4 | -3/+27 | |
2018-07-08 | Update dependencies | Adam Stankiewicz | 2 | -32/+43 | |
2018-06-05 | Update (periodic rebuild) | Dan Reif | 3 | -1/+31 | |
2018-04-30 | Update (periodic rebuild) | Dan Reif | 4 | -13/+13 | |
I originally meant to run this before adding haproxy, but accidentally pushed that into my branch. If you'd like to see that content, it's at https://github.com/CH-DanReif/vim-polyglot/commit/414ad25c3ad1ab9c4b6a99fe4f08d6c30b7e0f57. | |||||
2017-12-06 | Add slime syntax, closes #252v3.2.0 | Adam Stankiewicz | 1 | -0/+11 | |
2017-12-06 | Change julia provider to JuliaEditorSupport/julia-vim, closes #253 | Adam Stankiewicz | 1 | -11/+0 | |
2017-11-19 | Update | Adam Stankiewicz | 1 | -2/+2 | |
2017-09-28 | Revert inlining basic language packv3.0.0 | Adam Stankiewicz | 64 | -2179/+0 | |
2017-09-27 | Add syntax files from upstream vim repository | Adam Stankiewicz | 64 | -0/+2179 | |
2017-09-27 | Update | Adam Stankiewicz | 4 | -11/+31 | |
2017-05-17 | Update | Adam Stankiewicz | 2 | -4/+9 | |
2017-02-02 | Change scss provider to cakebaker, closes #173v2.14.0 | Adam Stankiewicz | 1 | -34/+0 | |
2017-02-02 | Update | Adam Stankiewicz | 1 | -0/+15 | |
2016-12-20 | Update | Adam Stankiewicz | 2 | -46/+19 | |
2016-09-11 | Add python compiler, closes #147 | Adam Stankiewicz | 1 | -0/+71 | |
2016-09-11 | Update | Adam Stankiewicz | 1 | -0/+4 | |
2016-07-30 | Update | Adam Stankiewicz | 1 | -0/+2 | |
2016-07-26 | Add livescript, closes #135 | Adam Stankiewicz | 1 | -0/+78 | |
2016-06-26 | Updatev2.9.3 | Adam Stankiewicz | 1 | -3/+3 | |
2016-05-31 | Updatev2.9.1 | Adam Stankiewicz | 1 | -1/+1 | |
2016-05-02 | Add fish syntax, closes #109 | Adam Stankiewicz | 1 | -0/+11 | |
2016-05-02 | Add cryptol syntax, closes #107 | Adam Stankiewicz | 1 | -0/+24 | |
2016-01-22 | Add nim supportv2.7.0 | Adam Stankiewicz | 1 | -0/+27 | |