Sha256: d780de092c3e7084fee6875cf480ea98393ec5da1d875c5792054f6beba2d6b1

Contents?: true

Size: 1.39 KB

Versions: 3

Compression:

Stored size: 1.39 KB

Contents

{
  "scopeName": "source.csound-score",
  "fileTypes": [
    "sco"
  ],
  "name": "Csound Score",
  "patterns": [
    {
      "include": "source.csound#commentsAndMacroCalls"
    },
    {
      "name": "meta.statement.csound-score",
      "begin": "([abefimq-tv-z]|[nN][pP]?)|([{}])",
      "beginCaptures": {
        "1": {
          "name": "keyword.control.csound-score"
        },
        "2": {
          "name": "punctuation.csound-score"
        }
      },
      "end": "\\n",
      "patterns": [
        {
          "include": "source.csound#commentsAndMacroCalls"
        },
        {
          "include": "#partialExpressions"
        }
      ]
    }
  ],
  "repository": {
    "partialExpressions": {
      "patterns": [
        {
          "include": "source.csound#preprocessorDirectives"
        },
        {
          "include": "source.csound#numbers"
        },
        {
          "name": "string.quoted.csound-score",
          "begin": "\"",
          "beginCaptures": {
            "0": {
              "name": "punctuation.definition.string.begin.csound-score"
            }
          },
          "end": "\"",
          "endCaptures": {
            "0": {
              "name": "punctuation.definition.string.end.csound-score"
            }
          },
          "patterns": [
            {
              "include": "source.csound#macroCalls"
            }
          ]
        }
      ]
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
github-linguist-4.8.8 grammars/source.csound-score.json
github-linguist-4.8.7 grammars/source.csound-score.json
github-linguist-4.8.6 grammars/source.csound-score.json