diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-06-25 12:29:39 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-06-25 12:29:39 +0000 |
commit | 8c0d0db7dc24573c77e47b30506f5ee70ccc001e (patch) | |
tree | f8ce983be1e7303d12bc16a75c289a9ee41ac7dc | |
parent | 4914f6e5070d6d065c3843f02a75360d28fbaacb (diff) | |
download | pmwiki.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.js | 2 |
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], |