tree-sitter-embedded-template 0.25.0

Embedded Template (ERB, EJS) grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "embedded-template",
      "camelcase": "EmbeddedTemplate",
      "scope": "text.html.ejs",
      "path": ".",
      "file-types": [
        "ejs"
      ],
      "injections": "queries/injections-ejs.scm",
      "injection-regex": "ejs"
    },
    {
      "name": "embedded-template",
      "camelcase": "EmbeddedTemplate",
      "scope": "text.html.erb",
      "path": ".",
      "file-types": [
        "erb"
      ],
      "injections": "queries/injections-erb.scm",
      "injection-regex": "erb"
    },
    {
      "name": "embedded-template",
      "camelcase": "EmbeddedTemplate",
      "scope": "text.html.etlua",
      "path": ".",
      "file-types": [
        "etlua"
      ],
      "injections": "queries/injections-etlua.scm",
      "injection-regex": "etlua"
    }
  ],
  "metadata": {
    "version": "0.25.0",
    "license": "MIT",
    "description": "Embedded Template (ERB, EJS) grammar for tree-sitter",
    "authors": [
      {
        "name": "Max Brunsfeld",
        "email": "maxbrunsfeld@gmail.com"
      },
      {
        "name": "Amaan Qureshi",
        "email": "amaanq12@gmail.com"
      }
    ],
    "links": {
      "repository": "https://github.com/tree-sitter/tree-sitter-embedded-template"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}