summaryrefslogtreecommitdiffstats
path: root/build (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23Change pgsql provider, closes #391Adam Stankiewicz1-1/+1
2019-04-23Add svg plugin, closes #388Adam Stankiewicz1-0/+2
2019-04-23Add xdc syntax, closes #393Adam Stankiewicz1-0/+1
2019-04-23Switch mathematica provider, closes #385Adam Stankiewicz1-1/+1
2019-03-29Remove grapqhl, fixes #387v3.7.1Adam Stankiewicz1-1/+0
2019-03-11Add llvm support, closes #376v3.7.0Adam Stankiewicz1-0/+1
2019-03-10Add ACPI ASL and SMT2 supportAdam Stankiewicz1-0/+2
closes #379 closes #378
2019-03-10Add csv plugin, closes #239Adam Stankiewicz1-0/+1
2019-03-10Remove rare html extensions, fixes #280Adam Stankiewicz1-3/+5
2019-03-05Add lilypond support, closes #278Adam Stankiewicz1-0/+1
2019-03-04Use upstreadm mdx ftdetectv3.5.1Adam Stankiewicz1-1/+1
2019-03-04Change ocaml provider, closes #320v3.5.0Adam Stankiewicz1-1/+1
2019-03-04Fix spelling errors, closes #334Adam Stankiewicz1-1/+1
2019-03-04Add mdx support, closes #342Adam Stankiewicz1-1/+2
2019-03-04Revert llvm support (takes too long to download)Adam Stankiewicz1-1/+0
2019-03-04Add LLVM support (#376)dv1-0/+1
2019-03-04Add gradle compiler support, closes #358Adam Stankiewicz1-0/+1
2019-03-04Switch jsx provider to amadeus, closes #364Adam Stankiewicz1-1/+2
2019-03-04Add flatbuffers support, closes #368Adam Stankiewicz1-0/+1
2019-03-04Add quake support, closes #372Adam Stankiewicz1-0/+1
2019-03-04Add meson supportAdam Stankiewicz1-1/+2
2019-03-04Add idris support, closes #265Adam Stankiewicz1-0/+1
2019-03-04Add reason support, closes #266Adam Stankiewicz1-0/+1
2019-03-04Add jinja support, closes #269Adam Stankiewicz1-1/+2
2019-03-04Add indent support for groovyAdam Stankiewicz1-0/+1
2019-03-04Add cuesheet support, closes #366Adam Stankiewicz1-0/+1
2019-03-04Sort packs, closes #367Adam Stankiewicz1-10/+10
2019-03-04Remove orgmode plugin, #360Adam Stankiewicz1-1/+0
2018-12-26Add pony supportv3.4.0Adam Stankiewicz1-0/+1
2018-12-26Switch dockerfile providerAdam Stankiewicz1-1/+1
2018-12-26Add moonscript supportAdam Stankiewicz1-0/+1
2018-12-26Add orgmode supportAdam Stankiewicz1-0/+1
2018-12-26Add rst supportAdam Stankiewicz1-0/+1
2018-12-26Change i3 providerAdam Stankiewicz1-1/+1
2018-10-10explicitly set locale to C for sorting so README sorts same on all systems ↵Derek Sifford1-1/+1
(#348)
2018-06-05Changes to `build` for `README.md` updatesDan Reif1-10/+20
* 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-04Add ferm support, fixes #311Chloe Kudryavtsev1-0/+1
2018-05-08Merge pull request #301 from timfeirg:feature/graphqlDan Reif1-0/+1
2018-05-08Merge pull request #286 from idbrii/improve-applescriptCH-DanReif1-1/+1
Update applescript to one that provides ftdetect
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-04-30Cleanup `build` syntax a bit, aided by `shellcheck(1)`Dan Reif1-22/+25
2018-04-30Support autoload config file for golangDan Reif1-8/+31
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-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-30Add haproxy to polyglot, check for directory existence before globbing it (#291)CH-DanReif1-1/+2
Add haproxy to polyglot, check for directory existence before globbing it
2018-04-16Allow disabling of individual ftdetect rules via g:polyglot_disabledDan Reif1-8/+10
2018-02-06Include indentation setting for markdown, fixes #270v3.3.2Adam Stankiewicz1-1/+1
2017-12-30Disable ftdetect parts of some plugins, fixes #254v3.3.1Adam Stankiewicz1-1/+7
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 Stankiewicz1-1/+2