Skip to content

Commit d999a3d

Browse files
committed
Add Caddyfile mode
1 parent 6b9b291 commit d999a3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/config-modes.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,12 @@ if [ $1 = .. ]; then shift; fi; exec \"$@\""
12601260
:commands (terraform-mode)
12611261
:mode (("\\.tf\\(vars\\)?\\'" . terraform-mode)))
12621262

1263+
(use-package caddyfile-mode
1264+
:defer-install t
1265+
:commands (caddyfile-mode)
1266+
:mode (("Caddyfile\\'" . caddyfile-mode)
1267+
("caddy\\.conf\\'" . caddyfile-mode)))
1268+
12631269
;; =============================================================================
12641270
;; Markup modes ================================================================
12651271
;; =============================================================================

0 commit comments

Comments
 (0)