From 7c854cf6fa8f82f01768db048fa37c69a446cc60 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 10 Jul 2023 18:05:27 +1000 Subject: Start adding template markup rendering Not working yet --- wiki-faces.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'wiki-faces.el') diff --git a/wiki-faces.el b/wiki-faces.el index b7d0783..f0ea4a6 100644 --- a/wiki-faces.el +++ b/wiki-faces.el @@ -108,5 +108,11 @@ (defvar wiki-comment 'wiki-comment "Wiki comment face") +(defface wiki-special-keyword '((t :inherit org-special-keyword)) + "Wiki special keyword face") + +(defvar wiki-special-keyword 'wiki-special-keyword + "Wiki special keyword face") + (provide 'wiki-faces) ;;; wiki-faces.el ends here -- cgit v1.2.3