Adam Stankiewicz
aad3df96e7
Update
2018-12-26 10:56:23 +01:00
Adam Stankiewicz
629a1e1c93
Update
2018-12-26 10:47:46 +01:00
Adam Stankiewicz
d43b70d939
Update
2018-12-26 10:41:57 +01:00
Derek Sifford
ec1c943069
explicitly set locale to C for sorting so README sorts same on all systems ( #348 )
2018-10-10 11:18:01 +02:00
Adam Stankiewicz
fd74d8b2b1
Update
2018-10-08 19:00:59 +02:00
Adam Stankiewicz
055f7710b6
Update dependencies
2018-07-08 15:16:28 +02:00
Dan Reif
33f610feb7
Changes to build
for README.md
updates
...
* 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-05 16:41:17 -07:00
Dan Reif
d4da7817ba
Add FERM support ( #311 )
2018-06-05 14:22:06 -07:00
Dan Reif
f05b47874b
Merge pull request #312 from 5paceToast/ferm
...
Add ferm support, fixes #311
2018-06-05 14:20:55 -07:00
Dan Reif
d362dca9b3
Merge pull request #315 from sheerun/periodic_rebuild_20180605
...
Update (periodic rebuild)
2018-06-05 14:18:09 -07:00
Dan Reif
1f34e0adcf
Update (periodic rebuild)
2018-06-05 13:50:18 -07:00
Chloe Kudryavtsev
1832acfbe7
Add ferm support, fixes #311
2018-06-04 16:07:36 -04:00
Adam Stankiewicz
a26134de3c
Add graphql_javascript_tags, fixes #303
2018-05-10 18:59:56 +02:00
Dan Reif
e2404449e4
Merge pull request #301 from timfeirg:feature/graphql
2018-05-08 10:28:33 -07:00
Dan Reif
dc8b2f45de
applescript: vim-scripts -> mityu
2018-05-08 10:19:22 -07:00
CH-DanReif
aa5502c32e
Merge pull request #286 from idbrii/improve-applescript
...
Update applescript to one that provides ftdetect
2018-05-08 10:18:12 -07:00
Dan Reif
e13e64d9c4
Update (periodic rebuild)
2018-05-08 10:17:30 -07:00
CH-DanReif
17a69ab565
Merge pull request #300 from sheerun/shellcheck_build_cleanup
...
Cleanup `build` syntax a bit, aided by `shellcheck(1)`
2018-05-08 10:04:17 -07:00
David Briscoe
da27f4c529
Update applescript to one that provides ftdetect
...
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-03 14:30:55 -07:00
CH-DanReif
cdd0ef41a6
And now it's 2018....
2018-05-01 11:54:32 -07:00
Dan Reif
4be5fd3094
Cleanup build
syntax a bit, aided by shellcheck(1)
2018-04-30 20:02:14 -07:00
Dan Reif
bde56bc8f7
Support autoload config file for golang
...
Fixes #299
2018-04-30 19:41:18 -07:00
Dan Reif
d9b11ed072
Allow use of # to skip packages being built (for testing)
2018-04-30 16:43:12 -07:00
Dan Reif
565b8b8a2c
set et
on build
2018-04-30 14:57:13 -07:00
Dan Reif
9f13bb7354
Update README with slightly more verbose contribution guidelines
2018-04-30 12:55:50 -07:00
Dan Reif
7408b2a34a
Update (switch wdwoods->kurayama for systemd)
...
See https://github.com/sheerun/vim-polyglot/pull/267
2018-04-30 12:22:26 -07:00
Chris Weyl
faf6999c44
Use upstream of systemd plugin
...
While not immediately apparent, wdwoods is actually the author of the
original work kurayama's repo is based on.
2018-04-30 12:20:04 -07:00
CH-DanReif
e9fc23a0c1
Merge pull request #281 from djpowers/patch-1
...
Fix typo in README
2018-04-30 12:12:25 -07:00
Dan Reif
3e0c887365
Update (periodic rebuild)
...
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
414ad25c3a
.
2018-04-30 12:00:42 -07:00
CH-DanReif
b4d7993e7e
Add haproxy to polyglot, check for directory existence before globbing it ( #291 )
...
Add haproxy to polyglot, check for directory existence before globbing it
2018-04-30 11:55:17 -07:00
CH-DanReif
fb8c5fa8e9
Merge pull request #293 from CH-DanReif/disable_individual_ftdetect
...
Allow disabling individual ftdetects via `g:polyglot_disabled`
2018-04-30 11:19:20 -07:00
Dan Reif
ddc64d8db2
Don't actually update ftdetect/polyglot.vim
...
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-16 11:36:02 -07:00
Dan Reif
98f90bced5
Allow disabling of individual ftdetect rules via g:polyglot_disabled
2018-04-16 11:31:57 -07:00
David Briscoe
cab6866e21
Increase test file parsing timeout ( #288 )
...
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-04-03 12:30:51 +02:00
Dave Powers
a7e2b8a700
Fix typo in README
2018-03-08 16:34:01 -05:00
Adam Stankiewicz
96c5c20e41
Include indentation setting for markdown, fixes #270
2018-02-06 11:16:48 +08:00
Adam Stankiewicz
18efda3933
Update
2018-02-06 11:15:01 +08:00
Adam Stankiewicz
bfc6ed9fba
Fix filetype detection by extension, #262
2018-01-10 23:54:03 +01:00
Adam Stankiewicz
58709c49f6
Update
2018-01-10 23:50:02 +01:00
Adam Stankiewicz
3d5b784fa5
Add example how to install this plugin, closes #260
2018-01-07 23:08:39 +01:00
Adam Stankiewicz
cef5e2d931
Disable ftdetect parts of some plugins, fixes #254
...
vim-polyglot discourages use of commands like:
autocmd BufRead *
autocmd BufNewFile *
And others that execute for every file / buffer opened.
2017-12-30 15:53:17 +01:00
Adam Stankiewicz
17ad302c54
Change python syntax providers, closes #209
2017-12-30 11:55:40 +01:00
Adam Stankiewicz
1541356fe1
Add json5 support, closes #256
2017-12-30 11:34:40 +01:00
Adam Stankiewicz
f3556c1eca
Add carp language support, closes #258
2017-12-30 11:29:38 +01:00
Adam Stankiewicz
4855e5ee82
Add vital file for crystal, fixes #259
2017-12-30 11:26:56 +01:00
Adam Stankiewicz
bb85059bac
Update
2017-12-30 11:10:32 +01:00
Adam Stankiewicz
11f53253ad
Add slime syntax, closes #252
2017-12-06 13:17:06 +01:00
Adam Stankiewicz
9fe009095a
Change julia provider to JuliaEditorSupport/julia-vim, closes #253
2017-12-06 13:05:56 +01:00
Adam Stankiewicz
dce9e8dec5
Update
2017-12-06 12:56:27 +01:00
Adam Stankiewicz
30c87b73de
Automatically set vb format, closes #243
2017-11-19 21:51:43 +01:00