aboutsummaryrefslogtreecommitdiff
path: root/wiki-faces.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-10 18:05:27 +1000
committerYuchen Pei <id@ypei.org>2023-07-10 18:05:27 +1000
commit7c854cf6fa8f82f01768db048fa37c69a446cc60 (patch)
treeef5d2d2f7c21398da5af9adf6e28a25005725fce /wiki-faces.el
parentfe1ec403c9661a09171ffada42d6e4d1c897295f (diff)
Start adding template markup rendering
Not working yet
Diffstat (limited to 'wiki-faces.el')
-rw-r--r--wiki-faces.el6
1 files changed, 6 insertions, 0 deletions
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