Sha256: 109e359eea09f18b297727eaeca538d0e0bde0aea6853d6fadb48476ab26d933

Contents?: true

Size: 775 Bytes

Versions: 2

Compression:

Stored size: 775 Bytes

Contents

{
  "name": "Simple Build Tool",
  "scopeName": "source.sbt",
  "patterns": [
    {
      "match": "(\\w*)\\s+(?=.*=)",
      "captures": {
        "1": {
          "name": "constant.other.setting.sbt"
        }
      }
    },
    {
      "name": "keyword.control.directive.sbt",
      "match": "\\b(at)\\b"
    },
    {
      "name": "string.quoted.double.sbt",
      "begin": "\"",
      "end": "\"",
      "patterns": [
        {
          "name": "constant.character.escape.sbt",
          "match": "\\\\."
        }
      ],
      "beginCaptures": {
        "1": {
          "name": "punctuation.definition.string.begin.sbt"
        }
      },
      "endCaptures": {
        "1": {
          "name": "punctuation.definition.string.end.sbt"
        }
      }
    }
  ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github-linguist-6.0.1 grammars/source.sbt.json
github-linguist-6.0.0 grammars/source.sbt.json