summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/pandoc-template-mode.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/pandoc-template-mode.el b/tools/pandoc-template-mode.el
index 7a6346458..c34a8dbfd 100644
--- a/tools/pandoc-template-mode.el
+++ b/tools/pandoc-template-mode.el
@@ -27,7 +27,9 @@
;;; Code:
(defvar pandoc-template-font-lock-keywords
- '(("\\(\\$\\)\\(if\\|for\\)(\\([^)]+\\))\\(\\$\\)"
+ '(("\\(\\$--.*\\)$"
+ (1 font-lock-comment-face))
+ ("\\(\\$\\)\\(if\\|for\\)(\\([^)]+\\))\\(\\$\\)"
(1 font-lock-preprocessor-face)
(2 font-lock-keyword-face)
(3 font-lock-variable-name-face)