Commenting is wrong

This commit is contained in:
Eston Bond
2010-11-10 17:10:02 -08:00
parent 24e1305fe4
commit a9ea80f430
@@ -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() {