summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2017-11-16Update README.mdAdam Stankiewicz1-1/+1
2017-11-163ms -> 17msAdam Stankiewicz1-1/+1
2017-10-27Update README.mdAdam Stankiewicz1-1/+1
2017-10-19fix typoAdam Stankiewicz1-1/+1
2017-09-28Revert inlining basic language packv3.0.0Adam Stankiewicz1034-172775/+14
2017-09-27Remove graphql syntax as it causes issues, closes #236Adam Stankiewicz7-193/+0
2017-09-27Change elm provider, closes #224Adam Stankiewicz10-249/+816
2017-09-27Add jenkinsfile syntax supports, closes #225Adam Stankiewicz5-0/+43
2017-09-27Add syntax files from upstream vim repositoryAdam Stankiewicz1034-185/+172279
2017-09-27Add vifm support, closes #213Adam Stankiewicz10-0/+686
2017-09-27Add F# support, closes #219Adam Stankiewicz5-0/+530
2017-09-27Add autohotkey syntax, closes #220Adam Stankiewicz4-0/+229
2017-09-27Change solidity provider, closes #227Adam Stankiewicz5-15/+91
2017-09-27Add gmpl and openscan, closes #232, closes #233Adam Stankiewicz6-0/+248
2017-09-27UpdateAdam Stankiewicz68-898/+1745
2017-08-21Change repo for PureScript's syntax and indentation (#223)Arthur Xavier1-1/+1
2017-06-12Replace instances of "joshglendenning" with "isobit" following GitHub ↵Josh Glendenning3-3/+3
username change (#216)
2017-05-17Add racket support, #159v2.17.0Adam Stankiewicz7-0/+724
2017-05-17Switch nginx vendor to chr4/nginx.vim, closes #205v2.16.0Adam Stankiewicz139-2914/+233
2017-05-17Add asciidoc, closes #207Adam Stankiewicz4-0/+195
2017-05-17Add graphql, closes #206Adam Stankiewicz5-0/+88
2017-05-17UpdateAdam Stankiewicz38-807/+1212
2017-03-24fix: Re-introduce config.vim into buildv2.15.1Adam Stankiewicz2-0/+14
2017-03-24UpdateAdam Stankiewicz1-1/+1
2017-03-23That escalated quickly :smile:Adam Stankiewicz1-1/+1
2017-03-23Add api blueprint support, closes #182v2.15.0Adam Stankiewicz4-0/+47
2017-03-23Ftdetect yaml before ansible, fixes #185Adam Stankiewicz3-522/+447
Also fixes #154