Sha256: c56fd7bfe135b15bdee6e51758f4ee10572065c3ecc9825a9ef2b9d046998a5d

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

{
  "fileTypes": [
    "jcl"
  ],
  "name": "jcl",
  "patterns": [
    {
      "match": "//\\*.*",
      "name": "comment.line.jcl"
    },
    {
      "captures": {
        "1": {
          "name": "keyword.jcl"
        },
        "2": {
          "name": "keyword.other.jcl"
        },
        "3": {
          "name": "variable.other.jcl"
        }
      },
      "match": "(//[A-Za-z0-9\\$\\#@]*)\\s*(COMMAND|CNTL|DD|ENCNTL|EXEC|IF|THEN|ELSE|ENDIF|INCLUDE|JCLIB|JOB|OUTPUT|PEND|PROC|SET|XMIT)"
    },
    {
      "match": "'.*'",
      "name": "string.quoted.single.jcl"
    },
    {
      "captures": {
        "1": {
          "name": "variable.dd.language.jcl"
        }
      },
      "match": "(?i:DSN|DISP|DCB|UNIT|VOL|SYSOUT|SPACE|RECFM|LRECL)=",
      "name": "variable.language.jcl"
    },
    {
      "captures": {
        "1": {
          "name": "variable.exec.language.jcl"
        }
      },
      "match": "(?i:PGM|PROC|PARM|ADDRSPC|ACCT|TIME|REGION|COND|DSNME|DATAC)=",
      "name": "variable.language.jcl"
    }
  ],
  "scopeName": "source.jcl"
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-linguist-grammars-4.6.3 grammars/source.jcl.json
github-linguist-grammars-4.6.0 grammars/source.jcl.json