Sha256: d1181adf5dc7a8009032953b18907926e7abb7f6b3c6f628828f2955ad06f9d5
Contents?: true
Size: 1.37 KB
Versions: 27
Compression:
Stored size: 1.37 KB
Contents
{ "name": "camlp4", "scopeName": "source.camlp4.ocaml", "patterns": [ { "name": "meta.camlp4-stream.ocaml", "begin": "(\\[\u003c)(?=.*?\u003e])", "end": "(?=\u003e])", "patterns": [ { "include": "#camlpppp-streams" } ], "beginCaptures": { "1": { "name": "punctuation.definition.camlp4-stream.ocaml" } }, "endCaptures": { "1": { "name": "punctuation.definition.camlp4-stream.ocaml" } } }, { "name": "punctuation.definition.camlp4-stream.ocaml", "match": "\\[\u003c|\u003e]" }, { "name": "keyword.other.camlp4.ocaml", "match": "\\bparser\\b|\u003c(\u003c|:)|\u003e\u003e|\\$(:|\\${0,1})" } ], "repository": { "camlpppp-streams": { "patterns": [ { "name": "meta.camlp4-stream.element.ocaml", "begin": "(')", "end": "(;)(?=\\s*')|(?=\\s*\u003e])", "patterns": [ { "include": "source.ocaml" } ], "beginCaptures": { "1": { "name": "punctuation.definition.camlp4.simple-element.ocaml" } }, "endCaptures": { "1": { "name": "punctuation.separator.camlp4.ocaml" } } } ] } } }
Version data entries
27 entries across 27 versions & 1 rubygems