Sha256: 1b82810e610d5920fa05fbb2da0bc858973de79ed05916bcc635b1059a586948

Contents?: true

Size: 594 Bytes

Versions: 80

Compression:

Stored size: 594 Bytes

Contents

// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
Syntax.lib.lispStyleComment={pattern:/(;+) .*$/gm,klass:"comment",allow:["href"]};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*([^\s\(\)]+)/gmi,matches:Syntax.extractMatches({klass:"function"})});a.push({pattern:/#[a-z]+/gi,klass:"constant"});a.push(Syntax.lib.multiLineDoubleQuotedString);a.push(Syntax.lib.stringEscape)});

Version data entries

80 entries across 78 versions & 4 rubygems

Version Path
utopia-project-0.33.1 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.33.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.32.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.31.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.30.1 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.30.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.29.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.28.1 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.28.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.27.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.26.1 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.26.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.25.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.24.1 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.24.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.23.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.22.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.21.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
utopia-project-0.20.3 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js
async-debug-0.2.0 public/_components/jquery-syntax/jquery.syntax.brush.lisp.js