tree-sitter-regex 0.24.3

Regex grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "regex",
      "camelcase": "Regex",
      "scope": "source.regex",
      "path": ".",
      "file-types": null,
      "highlights": "queries/highlights.scm",
      "injection-regex": "^regex$"
    }
  ],
  "metadata": {
    "version": "0.24.3",
    "license": "MIT",
    "description": "Regex 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-regex"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}