summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-12-04Update README.md (#861)HEADmasterHaim1-1/+1
Fix parenthesis missing, thus logo was not showing up
2024-10-22Update README.mdAdam Stankiewicz1-3/+1
2022-10-14UpdateAdam Stankiewicz74-776/+1218
2022-04-30UpdateAdam Stankiewicz8-16/+223
2022-04-27Rename `TestFiletypeFuncs` to avoid name collision (#796)ptzz2-1/+2
Fixes #783.
2022-04-18UpdateAdam Stankiewicz23-112/+478
2022-04-18Merge branch 'master' of https://github.com/sheerun/vim-polyglotAdam Stankiewicz5-13/+32
2022-04-18Add support for Microsoft's DSL Bicep (#776)Carl Smedstad3-1/+11
See: https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview
2022-04-18Fix files being misdetected as shell scripts (#787)nyuszika7h0-0/+0
Closes #784.
2022-04-18Add missing filetypes for go.sum and go.work (#789)Josa Gesell1-0/+6
* Add filetype for go.sum * Add filetype for go.work
2022-04-18Fix doubled comma in autocmd (#791)Michael Meyer1-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-18Check if TestFiletypeFuncs exists before defining it (#788)Olaf Alders1-11/+14
Fixes #783
2022-03-12UpdateAdam Stankiewicz12-65/+150
2022-02-21Use old version of vim repository, fixes #779Adam Stankiewicz14-1185/+1568
closes #780
2022-02-17UpdateAdam Stankiewicz42-1202/+1870
2022-01-23Update README.mdAdam Stankiewicz1-1/+1
2022-01-23Update README.mdAdam Stankiewicz1-1/+1
2022-01-23Update README.mdAdam Stankiewicz1-1/+1
2022-01-23Update README.mdAdam Stankiewicz1-0/+4
2022-01-01UpdateAdam Stankiewicz12-42/+74
2022-01-01Add heuristic for fragment shader files (#737)Agorgianitis Loukas1-0/+7
Another step towards solving #570
2021-12-21Reintroduce zinit, closes #772Adam Stankiewicz3-1/+133
2021-12-21UpdateAdam Stankiewicz154-2192/+2479
2021-11-22Put shebang detection function in `s:` instead of `b:` (#746)NariyasuHeseri1-4/+9
Fixes #743
2021-09-10Update README to clarify broader Docker support (#745)John Karahalis1-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-09Ensure some files are compied from each packageAdam Stankiewicz17-134/+861
2021-09-09UpdateAdam Stankiewicz37-249/+491
2021-07-28UpdateAdam Stankiewicz16-87/+209
2021-07-08Remove java syntax, fixes #723Adam Stankiewicz4-570/+0
2021-07-08UpdateAdam Stankiewicz25-330/+344
2021-06-27UpdateAdam Stankiewicz21-43/+77
2021-06-09Add org mode, close #706Adam Stankiewicz10-2/+286
2021-06-09UpdateAdam Stankiewicz4-14/+3
2021-06-09Add mermaid (#721)Marcos Ferreira5-3/+29
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09Fixed typo in README.md (#719)Keito1-1/+1
2021-06-09UpdateAdam Stankiewicz10-417/+150
2021-06-09Replace i3 and sway with a single repo, fixes #709 (#716)rYR794352-19/+5
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09Add justfile support (#713)Noah2-1/+10
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09UpdateAdam Stankiewicz3-0/+90
2021-06-09UpdateAdam Stankiewicz4-2/+8
2021-06-09Add nftables filetype (#715)Jeremy Cantrell3-0/+16
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09Add OpenSCAD support, closes #702Adam Stankiewicz7-1/+127
2021-06-09Fix script indentation inside html, closes #693Adam Stankiewicz15-1708/+230
2021-06-09Fix loading of rust autoload functions, fixes #686Adam Stankiewicz1-1/+0
2021-06-09Disable languages also from heuristics, fixes #673Adam Stankiewicz3-20/+31
2021-06-09Document which default settings are changes, closes #672Adam Stankiewicz1-1/+18
2021-06-09Enable jsdoc highlighting by default, fixes #667Adam Stankiewicz1-0/+3
2021-06-09De-duplicate runtime heuristic autocommandsAdam Stankiewicz2-34/+34
2021-06-09Fix livescript filetype, closes #666Adam Stankiewicz4-4/+4
2021-06-09Use more modern haxe package, closes #340Adam Stankiewicz10-414/+627