Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-04 | Update README.md (#861)HEADmaster | Haim | 1 | -1/+1 | |
Fix parenthesis missing, thus logo was not showing up | |||||
2024-10-22 | Update README.md | Adam Stankiewicz | 1 | -3/+1 | |
2022-10-14 | Update | Adam Stankiewicz | 74 | -776/+1218 | |
2022-04-30 | Update | Adam Stankiewicz | 8 | -16/+223 | |
2022-04-27 | Rename `TestFiletypeFuncs` to avoid name collision (#796) | ptzz | 2 | -1/+2 | |
Fixes #783. | |||||
2022-04-18 | Update | Adam Stankiewicz | 23 | -112/+478 | |
2022-04-18 | Merge branch 'master' of https://github.com/sheerun/vim-polyglot | Adam Stankiewicz | 5 | -13/+32 | |
2022-04-18 | Add support for Microsoft's DSL Bicep (#776) | Carl Smedstad | 3 | -1/+11 | |
See: https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview | |||||
2022-04-18 | Fix files being misdetected as shell scripts (#787) | nyuszika7h | 0 | -0/+0 | |
Closes #784. | |||||
2022-04-18 | Add missing filetypes for go.sum and go.work (#789) | Josa Gesell | 1 | -0/+6 | |
* Add filetype for go.sum * Add filetype for go.work | |||||
2022-04-18 | Fix doubled comma in autocmd (#791) | Michael Meyer | 1 | -1/+1 | |
The doubled comma (,,) in the list of autocmd patterns introduces a blank pattern which matches all filenames in the most recent version of neovim, causing the default filetype to be sh unless another rule overrides it. | |||||
2022-04-18 | Check if TestFiletypeFuncs exists before defining it (#788) | Olaf Alders | 1 | -11/+14 | |
Fixes #783 | |||||
2022-03-12 | Update | Adam Stankiewicz | 12 | -65/+150 | |
2022-02-21 | Use old version of vim repository, fixes #779 | Adam Stankiewicz | 14 | -1185/+1568 | |
closes #780 | |||||
2022-02-17 | Update | Adam Stankiewicz | 42 | -1202/+1870 | |
2022-01-23 | Update README.md | Adam Stankiewicz | 1 | -1/+1 | |
2022-01-23 | Update README.md | Adam Stankiewicz | 1 | -1/+1 | |
2022-01-23 | Update README.md | Adam Stankiewicz | 1 | -1/+1 | |
2022-01-23 | Update README.md | Adam Stankiewicz | 1 | -0/+4 | |
2022-01-01 | Update | Adam Stankiewicz | 12 | -42/+74 | |
2022-01-01 | Add heuristic for fragment shader files (#737) | Agorgianitis Loukas | 1 | -0/+7 | |
Another step towards solving #570 | |||||
2021-12-21 | Reintroduce zinit, closes #772 | Adam Stankiewicz | 3 | -1/+133 | |
2021-12-21 | Update | Adam Stankiewicz | 154 | -2192/+2479 | |
2021-11-22 | Put shebang detection function in `s:` instead of `b:` (#746) | NariyasuHeseri | 1 | -4/+9 | |
Fixes #743 | |||||
2021-09-10 | Update README to clarify broader Docker support (#745) | John Karahalis | 1 | -1/+1 | |
The ekalinin/Dockerfile.vim plugin supports not only docker-compose files, but also Dockerfile files. Therefore, I think it is more accurate to say that vim-polyglot supports Docker in general. | |||||
2021-09-09 | Ensure some files are compied from each package | Adam Stankiewicz | 17 | -134/+861 | |
2021-09-09 | Update | Adam Stankiewicz | 37 | -249/+491 | |
2021-07-28 | Update | Adam Stankiewicz | 16 | -87/+209 | |
2021-07-08 | Remove java syntax, fixes #723 | Adam Stankiewicz | 4 | -570/+0 | |
2021-07-08 | Update | Adam Stankiewicz | 25 | -330/+344 | |
2021-06-27 | Update | Adam Stankiewicz | 21 | -43/+77 | |
2021-06-09 | Add org mode, close #706 | Adam Stankiewicz | 10 | -2/+286 | |
2021-06-09 | Update | Adam Stankiewicz | 4 | -14/+3 | |
2021-06-09 | Add mermaid (#721) | Marcos Ferreira | 5 | -3/+29 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-09 | Fixed typo in README.md (#719) | Keito | 1 | -1/+1 | |
2021-06-09 | Update | Adam Stankiewicz | 10 | -417/+150 | |
2021-06-09 | Replace i3 and sway with a single repo, fixes #709 (#716) | rYR79435 | 2 | -19/+5 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-09 | Add justfile support (#713) | Noah | 2 | -1/+10 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-09 | Update | Adam Stankiewicz | 3 | -0/+90 | |
2021-06-09 | Update | Adam Stankiewicz | 4 | -2/+8 | |
2021-06-09 | Add nftables filetype (#715) | Jeremy Cantrell | 3 | -0/+16 | |
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl> | |||||
2021-06-09 | Add OpenSCAD support, closes #702 | Adam Stankiewicz | 7 | -1/+127 | |
2021-06-09 | Fix script indentation inside html, closes #693 | Adam Stankiewicz | 15 | -1708/+230 | |
2021-06-09 | Fix loading of rust autoload functions, fixes #686 | Adam Stankiewicz | 1 | -1/+0 | |
2021-06-09 | Disable languages also from heuristics, fixes #673 | Adam Stankiewicz | 3 | -20/+31 | |
2021-06-09 | Document which default settings are changes, closes #672 | Adam Stankiewicz | 1 | -1/+18 | |
2021-06-09 | Enable jsdoc highlighting by default, fixes #667 | Adam Stankiewicz | 1 | -0/+3 | |
2021-06-09 | De-duplicate runtime heuristic autocommands | Adam Stankiewicz | 2 | -34/+34 | |
2021-06-09 | Fix livescript filetype, closes #666 | Adam Stankiewicz | 4 | -4/+4 | |
2021-06-09 | Use more modern haxe package, closes #340 | Adam Stankiewicz | 10 | -414/+627 | |