From 5c36c36465db93bd5e738d2b1a457c7310b585e8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 19 Mar 2020 20:23:17 -0700 Subject: Add syntax highlighting for Dockerfile mode --- publish.el | 1 + 1 file changed, 1 insertion(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index 652f064..3eaf785 100644 --- a/publish.el +++ b/publish.el @@ -27,6 +27,7 @@ (require 'ox-publish) (require 'ox-rss) (require 'subr-x) +(require 'dockerfile-mode) (defun publish-calculate-reading-time (buffer) "Calculate the amount of minutes it would take to read the contents of BUFFER." -- cgit v1.2.3-54-g00ecf