{ "grammars": [ { "name": "scala", "camelcase": "Scala", "scope": "source.scala", "path": ".", "file-types": [ "scala", "sbt" ], "highlights": "queries/highlights.scm", "locals": "queries/locals.scm" } ], "metadata": { "version": "0.23.3", "license": "MIT", "description": "Scala grammar for tree-sitter", "authors": [ { "name": "Max Brunsfeld", "email": "maxbrunsfeld@gmail.com" } ], "links": { "repository": "https://github.com/tree-sitter/tree-sitter-scala" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true } }