Sha256: fd348b76c2c173e9a0b8f2fda76327967712a77a854e0eaedc7fed6f1cb27ae0
Contents?: true
Size: 1.18 KB
Versions: 19
Compression:
Stored size: 1.18 KB
Contents
{ "name": "Cabal", "scopeName": "source.cabal", "patterns": [ { "name": "version", "match": "(version)\\W*:\\W*([\\d.]+)", "captures": { "1": { "name": "keyword.other" }, "2": { "name": "constant.numeric" } } }, { "name": "cabal-keyword", "match": "(\\S+):[^/]", "captures": { "1": { "name": "keyword.other" } } }, { "name": "keyword.other", "match": "\u0026\u0026" }, { "name": "cabal-keyword", "match": "([\u003e\u003c=]+)\\s*([\\d.]+)", "captures": { "1": { "name": "keyword.other" }, "2": { "name": "constant.numeric" } } }, { "name": "module-type", "match": "(benchmark|executable|flag|source-repository|test-suite)\\s+(\\S+)", "captures": { "1": { "name": "entity.name.function" }, "2": { "name": "support.other" } } }, { "name": "entity.name.function", "match": "library" }, { "name": "comment", "match": "--.*\\n" } ] }
Version data entries
19 entries across 19 versions & 1 rubygems