Compare commits

...

3 Commits

Author SHA1 Message Date
0az
542f68ebc8 Merge 8d4a480375 into 692e359ad9 2024-11-15 14:58:16 -05:00
Adam Stankiewicz
692e359ad9 Update README.md
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
2024-10-22 08:33:53 +02: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 4 additions and 4 deletions

View File

@@ -2,9 +2,7 @@ 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)]()
![vim-polyglot](https://i.imgur.com/9RxQK6k.png
A collection of language packs for Vim.

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