Compare commits

..

2 Commits

Author SHA1 Message Date
0az
542f68ebc8 Merge 8d4a480375 into 692e359ad9 2024-11-15 14:58:16 -05: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 8 additions and 2 deletions

View File

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

View File

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