Sha256: 7f7fdd95f0f44a555f6ef476be672837c747c587431625e79e19a7eb2f7a63d4
Contents?: true
Size: 487 Bytes
Versions: 80
Compression:
Stored size: 487 Bytes
Contents
// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License. Syntax.register("kai",function(a){a.push("()[]{}".split(""),{klass:"operator"});a.push(Syntax.lib.perlStyleComment);a.push(Syntax.lib.decimalNumber);a.push(Syntax.lib.webLink);a.push({pattern:/\(([^\s\(\)]+)/gi,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