aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-06-25 12:29:39 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-06-25 12:29:39 +0000
commit8c0d0db7dc24573c77e47b30506f5ee70ccc001e (patch)
treef8ce983be1e7303d12bc16a75c289a9ee41ac7dc
parent4914f6e5070d6d065c3843f02a75360d28fbaacb (diff)
downloadpmwiki.svn-8c0d0db7dc24573c77e47b30506f5ee70ccc001e.tar.bz2
PmSyntax (:comment :) add required space (cont.)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4731 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r--pub/guiedit/pmwiki.syntax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pub/guiedit/pmwiki.syntax.js b/pub/guiedit/pmwiki.syntax.js
index ca95ea67..3dbd65a2 100644
--- a/pub/guiedit/pmwiki.syntax.js
+++ b/pub/guiedit/pmwiki.syntax.js
@@ -65,7 +65,7 @@
['ptv1', '=meta>punct', /(\(:\w[\w-]*)(:[^\)][\s\S]*?)(:\))/g, /:/],
// core meta directives
- ['comment', '=comment', /(\(:comment) (.*?)(:\))/gi],
+ ['comment', '=comment', /(\(:comment )(.*?)(:\))/gi],
['skin', '*meta', /\(:no(left|right|title|action|(group)?(header|footer)) *:\)/gi ],
['meta0', '*meta', /\(:(no)?((link|space)wikiwords|linebreaks|toc) *:\)/gi],
['meta1', '*meta', /\(:(else\d*|if\d*|if\d*end|nl) *:\)/gi],