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
Adam Stankiewicz
1713d35f06
Add cmake support, closes #245
2017-11-19 21:46:44 +01:00
Adam Stankiewicz
5ddfa1ac28
Remove openscad, fixes #249
2017-11-19 21:44:15 +01:00
Adam Stankiewicz
dbe9bc927f
Change nix provider, closes #244
2017-11-19 21:34:38 +01:00
Adam Stankiewicz
d219055bc8
Update
2017-11-19 21:27:05 +01:00
Adam Stankiewicz
0e9041f29a
Update README.md
2017-11-16 18:47:04 +01:00
Adam Stankiewicz
a0b8a6e77f
3ms -> 17ms
2017-11-16 16:58:13 +01:00
Adam Stankiewicz
a61ab44810
Update README.md
2017-10-27 17:28:29 +02:00
Adam Stankiewicz
dd4b5cbdd6
fix typo
2017-10-19 22:37:39 +02:00
Adam Stankiewicz
27903c5b86
Revert inlining basic language pack
2017-09-28 22:18:09 +02:00
Adam Stankiewicz
d5e38fa97b
Remove graphql syntax as it causes issues, closes #236
2017-09-27 22:09:06 +02:00
Adam Stankiewicz
7673a61990
Change elm provider, closes #224
2017-09-27 20:52:13 +02:00
Adam Stankiewicz
6a12aa87f4
Add jenkinsfile syntax supports, closes #225
2017-09-27 20:46:39 +02:00
Adam Stankiewicz
5b77877888
Add syntax files from upstream vim repository
2017-09-27 20:43:42 +02:00
Adam Stankiewicz
8148255ef1
Add vifm support, closes #213
2017-09-27 20:23:42 +02:00
Adam Stankiewicz
40ddf334c9
Add F# support, closes #219
2017-09-27 20:19:38 +02:00
Adam Stankiewicz
7e10428cd6
Add autohotkey syntax, closes #220
2017-09-27 20:14:30 +02:00
Adam Stankiewicz
6a4fe34e61
Change solidity provider, closes #227
2017-09-27 20:08:01 +02:00
Adam Stankiewicz
4cd5566b40
Add gmpl and openscan, closes #232 , closes #233
2017-09-27 20:00:25 +02:00
Adam Stankiewicz
8b3418cab8
Update
2017-09-27 19:57:29 +02:00
Arthur Xavier
9bfde7574a
Change repo for PureScript's syntax and indentation ( #223 )
2017-08-21 21:43:02 +02:00
Josh Glendenning
8eab5f5403
Replace instances of "joshglendenning" with "isobit" following GitHub username change ( #216 )
2017-06-12 14:20:41 +02:00
Adam Stankiewicz
d5b9c4ae84
Add racket support, #159
2017-05-17 11:46:19 +02:00
Adam Stankiewicz
7dd2e11698
Switch nginx vendor to chr4/nginx.vim, closes #205
2017-05-17 11:28:13 +02:00
Adam Stankiewicz
9197c69900
Add asciidoc, closes #207
2017-05-17 11:18:30 +02:00
Adam Stankiewicz
c7dfe2f626
Add graphql, closes #206
2017-05-17 11:17:16 +02:00