summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Updatev3.3.3Adam Stankiewicz59-1895/+2557
2018-07-08Update dependenciesAdam Stankiewicz38-927/+1372
2018-06-05Changes to `build` for `README.md` updatesDan Reif2-11/+23
* Make the number of packages in the project easier to find. * Replace `ed` with `awk` in `update_readme()`, the latter being (_arguably_!) more readable/less fragile.
2018-06-05Add FERM support (#311)Dan Reif3-0/+216
2018-06-05Merge pull request #312 from 5paceToast/fermDan Reif1-0/+1
Add ferm support, fixes #311
2018-06-05Merge pull request #315 from sheerun/periodic_rebuild_20180605Dan Reif22-80/+155
Update (periodic rebuild)
2018-06-05Update (periodic rebuild)Dan Reif22-80/+155
2018-06-04Add ferm support, fixes #311Chloe Kudryavtsev1-0/+1
2018-05-10Add graphql_javascript_tags, fixes #303Adam Stankiewicz2-0/+8
2018-05-08Merge pull request #301 from timfeirg:feature/graphqlDan Reif8-0/+216
2018-05-08applescript: vim-scripts -> mityuDan Reif3-1/+102
2018-05-08Merge pull request #286 from idbrii/improve-applescriptCH-DanReif1-1/+1
Update applescript to one that provides ftdetect
2018-05-08Update (periodic rebuild)Dan Reif2-3/+12
2018-05-08Merge pull request #300 from sheerun/shellcheck_build_cleanupCH-DanReif1-22/+25
Cleanup `build` syntax a bit, aided by `shellcheck(1)`
2018-05-03Update applescript to one that provides ftdetectDavid Briscoe1-1/+1
Current applescript defines a syntax file, but doesn't setup an applescript filetype to apply the syntax. This one does ftdetect and indent. Its ftplugin for running applescript through osascript is excluded. It uses an identical syntax file to the existing one.
2018-05-01And now it's 2018....CH-DanReif1-1/+1
2018-04-30Cleanup `build` syntax a bit, aided by `shellcheck(1)`Dan Reif1-22/+25
2018-04-30Support autoload config file for golangDan Reif2-8/+467
Fixes #299
2018-04-30Allow use of # to skip packages being built (for testing)Dan Reif1-2/+2
2018-04-30`set et` on `build`Dan Reif1-2/+2
2018-04-30Update README with slightly more verbose contribution guidelinesDan Reif1-1/+6
2018-04-30Update (switch wdwoods->kurayama for systemd)Dan Reif3-32/+81
See https://github.com/sheerun/vim-polyglot/pull/267
2018-04-30Use upstream of systemd pluginChris Weyl1-1/+1
While not immediately apparent, wdwoods is actually the author of the original work kurayama's repo is based on.
2018-04-30Merge pull request #281 from djpowers/patch-1CH-DanReif1-1/+1
Fix typo in README
2018-04-30Update (periodic rebuild)Dan Reif53-1429/+2776
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.
2018-04-30Add haproxy to polyglot, check for directory existence before globbing it (#291)CH-DanReif2-1/+3
Add haproxy to polyglot, check for directory existence before globbing it
2018-04-30Merge pull request #293 from CH-DanReif/disable_individual_ftdetectCH-DanReif1-8/+10
Allow disabling individual ftdetects via `g:polyglot_disabled`
2018-04-16Don't actually update `ftdetect/polyglot.vim`Dan Reif1-586/+331
It was only in the original commit because I wanted to demonstrate the changes that would be made. Revert it back out now to make this a clean, svelte, easy-to-merge PR.
2018-04-16Allow disabling of individual ftdetect rules via g:polyglot_disabledDan Reif2-339/+596
2018-04-03Increase test file parsing timeout (#288)David Briscoe1-1/+1
There's been several PRs that inexplicably failed tests. PR #279 (applescript) failed with "should parse test.em file" despite the exact same PR #286 passing (I've removed one of them, sorry again about that). PR #268 (pandoc) failed with "parse test.erb file" but doesn't mess with eruby. PR #281 (readme) failed with "should parse test.jsx file" but it's a one word change to the readme! My assumption is that vim startup on Travis is near the edge of the timeout so we're getting false failures. (I'm not familiar with Vimrunner or rspec, but I assume this code is just testing that vim doesn't throw errors one edit and automatically exits at the end of the block.)
2018-03-08Fix typo in READMEDave Powers1-1/+1
2018-02-06Include indentation setting for markdown, fixes #270v3.3.2Adam Stankiewicz3-2/+81
2018-02-06UpdateAdam Stankiewicz25-118/+656
2018-01-10Fix filetype detection by extension, #262Adam Stankiewicz2-0/+86
2018-01-10UpdateAdam Stankiewicz20-860/+465
2018-01-07Add example how to install this plugin, closes #260Adam Stankiewicz1-0/+6
2017-12-30Disable ftdetect parts of some plugins, fixes #254v3.3.1Adam Stankiewicz3-169/+29
vim-polyglot discourages use of commands like: autocmd BufRead * autocmd BufNewFile * And others that execute for every file / buffer opened.
2017-12-30Change python syntax providers, closes #209v3.3.0Adam Stankiewicz7-433/+1253
2017-12-30Add json5 support, closes #256Adam Stankiewicz4-0/+63
2017-12-30Add carp language support, closes #258Adam Stankiewicz4-0/+134
2017-12-30Add vital file for crystal, fixes #259Adam Stankiewicz2-1/+11
2017-12-30UpdateAdam Stankiewicz24-32/+3479
2017-12-06Add slime syntax, closes #252v3.2.0Adam Stankiewicz39-3432/+2292
2017-12-06Change julia provider to JuliaEditorSupport/julia-vim, closes #253Adam Stankiewicz32-2248/+5786
2017-12-06UpdateAdam Stankiewicz20-93/+366
2017-11-19Automatically set vb format, closes #243v3.1.0Adam Stankiewicz2-0/+8
2017-11-19Add cmake support, closes #245Adam Stankiewicz5-0/+580
2017-11-19Remove openscad, fixes #249Adam Stankiewicz5-119/+0
2017-11-19Change nix provider, closes #244Adam Stankiewicz6-137/+285
2017-11-19UpdateAdam Stankiewicz32-456/+439