From a9ea80f4301164f938fbc0c0d2970c93a364efe7 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Wed, 10 Nov 2010 17:10:02 -0800 Subject: [PATCH] Commenting is wrong --- .../public/javascript/gollum-editor/langs/pod.js | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/lib/gollum/frontend/public/javascript/gollum-editor/langs/pod.js b/lib/gollum/frontend/public/javascript/gollum-editor/langs/pod.js index 6db4b61a..f4f503af 100644 --- a/lib/gollum/frontend/public/javascript/gollum-editor/langs/pod.js +++ b/lib/gollum/frontend/public/javascript/gollum-editor/langs/pod.js @@ -1,20 +1,6 @@ /** - * Markdown Language Definition + * Pod Language Definition * - * A language definition for string manipulation operations, in this case - * for the Markdown, uh, markup language. Uses regexes for various functions - * by default. If regexes won't do and you need to do some serious - * manipulation, you can declare a function in the object instead. - * - * Code example: - * 'functionbar-id' : { - * exec: function(text, selectedText) { - * functionStuffHere(); - * }, - * search: /somesearchregex/gi, - * replace: 'replace text for RegExp.replace', - * append: "just add this where the cursor is" - * } * **/ (function() {