Compare commits

...

3 Commits

Author SHA1 Message Date
0az
1544b455f3 Merge 8d4a480375 into f5393cfee0 2025-01-27 15:55:08 +01:00
Haim
f5393cfee0 Update README.md (#861)
Some checks failed
Vim Polyglot CI / test (push) Has been cancelled
Fix parenthesis missing, thus logo was not showing up
2024-12-04 23:22:43 +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 4 additions and 2 deletions

View File

@@ -2,7 +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
![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