aboutsummaryrefslogtreecommitdiff
path: root/wiki-markup.el
diff options
context:
space:
mode:
Diffstat (limited to 'wiki-markup.el')
-rw-r--r--wiki-markup.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki-markup.el b/wiki-markup.el
index dd40593..23888d3 100644
--- a/wiki-markup.el
+++ b/wiki-markup.el
@@ -120,7 +120,9 @@
t
nil
nil
- (font-lock-extra-managed-props invisible font-lock-face)))
+ (font-lock-extra-managed-props
+ invisible font-lock-face button-data action category
+ button htmlize-link help-echo)))
(setq-local outline-regexp wiki-outline-regexp)
(setq-local outline-level 'wiki-outline-level)
)