Sha256: 1cf4b4fa5e3e1f745b62f255d7e81e1eb6e61b422da48f740623a47689be9830
Contents?: true
Size: 1.01 KB
Versions: 27
Compression:
Stored size: 1.01 KB
Contents
{ "name": "jcl", "scopeName": "source.jcl", "patterns": [ { "name": "comment.line.jcl", "match": "^//\\*.*$" }, { "match": "(//[A-Za-z0-9\\$\\#@]*)\\s*(COMMAND|CNTL|DD|ENCNTL|EXEC|IF|THEN|ELSE|ENDIF|INCLUDE|JCLIB|JOB|OUTPUT|PEND|PROC|SET|XMIT)", "captures": { "1": { "name": "keyword.jcl" }, "2": { "name": "keyword.other.jcl" }, "3": { "name": "variable.other.jcl" } } }, { "name": "string.quoted.single.jcl", "match": "'.*'" }, { "name": "variable.language.jcl", "match": "(?i:DSN|DISP|DCB|UNIT|VOL|SYSOUT|SPACE|RECFM|LRECL)=", "captures": { "1": { "name": "variable.dd.language.jcl" } } }, { "name": "variable.language.jcl", "match": "(?i:PGM|PROC|PARM|ADDRSPC|ACCT|TIME|REGION|COND|DSNME|DATAC)=", "captures": { "1": { "name": "variable.exec.language.jcl" } } } ] }
Version data entries
27 entries across 27 versions & 1 rubygems