Sha256: fe67e53abb05b7e16b448dd204a9c30421993efc9fe33358d29c1b9d258bad4f
Contents?: true
Size: 901 Bytes
Versions: 27
Compression:
Stored size: 901 Bytes
Contents
{ "name": "Ssp (Scalate)", "scopeName": "text.html.ssp", "patterns": [ { "name": "comment.block.ssp", "begin": "\u003c%+#", "end": "%\u003e", "captures": { "0": { "name": "punctuation.definition.comment.ssp" } } }, { "name": "source.scala.embedded.html", "begin": "\u003c%+(?!\u003e)[-=]?", "end": "-?%\u003e", "patterns": [ { "name": "comment.line.number-sign.scala", "match": "(#).*?(?=-?%\u003e)", "captures": { "1": { "name": "punctuation.definition.comment.scala" } } }, { "include": "source.scala" } ], "captures": { "0": { "name": "punctuation.section.embedded.scala" } } }, { "include": "text.html.basic" } ] }
Version data entries
27 entries across 27 versions & 1 rubygems