Sha256: 47b432d9183c7704a9b767f49da39dd6db0b0ed1eba0fc8ee4413d55ff412038

Contents?: true

Size: 568 Bytes

Versions: 9

Compression:

Stored size: 568 Bytes

Contents

// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
Syntax.brushes.dependency("xrb","xml");Syntax.brushes.dependency("xrb","ruby");Syntax.register("xrb",function(a){a.push({pattern:/((<\?r)([\s\S]*?)(\?>))/gm,matches:Syntax.extractMatches({klass:"ruby-tag",allow:["keyword","ruby"]},{klass:"keyword"},{brush:"ruby"},{klass:"keyword"})});a.push({pattern:/((#{)([\s\S]*?)(}))/gm,matches:Syntax.extractMatches({klass:"ruby-tag",allow:["keyword","ruby"]},{klass:"keyword"},{brush:"ruby"},{klass:"keyword"})});a.derives("xml")});

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
utopia-project-0.32.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.31.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.30.1 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.30.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.29.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.28.1 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.28.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.27.0 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js
utopia-project-0.26.1 public/_components/jquery-syntax/jquery.syntax.brush.trenni.js