mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-04 17:01:38 -05:00
oops!
This commit is contained in:
parent
da87aff4c0
commit
35c829e1fd
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ var highlight_lisp = function() {
|
|||
// ratio
|
||||
{regex: /([\s()])([+-]?\d+(?:\/\d+)?)(?=[\s()])/g, replace: '$1<span class="number ratio">$2</span>'},
|
||||
// integers
|
||||
{regex: /([\s()])([+-]?\d+?)(?=[\s()])/g, replace: '$1<span class="number integer">$2</span>'},
|
||||
{regex: /([\s()])([+-]?\d+)(?=[\s()])/g, replace: '$1<span class="number integer">$2</span>'},
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
// misc parsers
|
||||
|
|
Loading…
Add table
Reference in a new issue