Sha256: a6c2c16e0cda7dbd2d5e476595bace70d7191afcdf5fae527ff60994959a4822
Contents?: true
Size: 431 Bytes
Versions: 78
Compression:
Stored size: 431 Bytes
Contents
// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License. Syntax.register("yaml",function(a){a.push({pattern:/^\s*#.*$/gm,klass:"comment",allow:["href"]});a.push(Syntax.lib.singleQuotedString);a.push(Syntax.lib.doubleQuotedString);a.push({pattern:/(&|\*)[a-z0-9]+/gi,klass:"constant"});a.push({pattern:/(.*?):/gi,matches:Syntax.extractMatches({klass:"keyword"})});a.push(Syntax.lib.webLink)});
Version data entries
78 entries across 76 versions & 4 rubygems