From 35c829e1fd22467e1bdfce3a5b57fba73f5ad360 Mon Sep 17 00:00:00 2001 From: Andrew Danger Lyon Date: Wed, 27 Mar 2013 10:42:37 -0700 Subject: [PATCH] oops! --- highlight-lisp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight-lisp.js b/highlight-lisp.js index cd47bff..0e1499f 100644 --- a/highlight-lisp.js +++ b/highlight-lisp.js @@ -359,7 +359,7 @@ var highlight_lisp = function() { // ratio {regex: /([\s()])([+-]?\d+(?:\/\d+)?)(?=[\s()])/g, replace: '$1$2'}, // integers - {regex: /([\s()])([+-]?\d+?)(?=[\s()])/g, replace: '$1$2'}, + {regex: /([\s()])([+-]?\d+)(?=[\s()])/g, replace: '$1$2'}, // --------------------------------------------------------------------- // misc parsers