// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. Syntax.lib.lispStyleComment={pattern:/(;+) .*$/gm,klass:“comment”,allow:};Syntax.register(“lisp”,function(a){a.push(,{klass:“operator”});a.push(Syntax.lib.lispStyleComment);a.push(Syntax.lib.hexNumber);a.push(Syntax.lib.decimalNumber);a.push(Syntax.lib.webLink);a.push({pattern:/(s*(+)/gmi,matches:Syntax.extractMatches({klass:“function”})});a.push({pattern:/#+/gi,klass:“constant”});a.push(Syntax.lib.multiLineDoubleQuotedString);a.push(Syntax.lib.stringEscape)});