Compare commits

..

2 Commits

Author SHA1 Message Date
0az
a3b7911032 Merge 8d4a480375 into bc8a81d359 2022-12-29 14:09:48 +01:00
Andrew Zhou
8d4a480375 Use vim-caddyfile fork
The 0az/vim-caddyfile fork integrates changes from all known vim-caddyfile forks.

It additionally fixes one syntax bug.
2021-11-18 02:55:36 -08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
This is my top-starred repository on Github, so I've decided to put this ad here:
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
![vim-polyglot](https://i.imgur.com/9RxQK6k.png)
[![build](https://github.com/sheerun/vim-polyglot/workflows/Vim%20Polyglot%20CI/badge.svg)](https://github.com/sheerun/vim-polyglot/actions) [![Maintenance](https://img.shields.io/badge/maintained%20since-2013-yes)]()
A collection of language packs for Vim.
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.

View File

@@ -357,11 +357,13 @@ filetypes:
- '*enlightenment/*.cfg'
---
name: caddyfile
remote: isobit/vim-caddyfile
remote: 0az/vim-caddyfile
filetypes:
- name: caddyfile
filenames:
- Caddyfile
- Caddyfile.*
- *.Caddyfile
---
name: cpp-modern
remote: bfrg/vim-cpp-modern