tree-sitter-cfml 0.26.34

cfml grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "cfml",
      "scope": "source.cfml",
      "path": "cfml",
      "external-files": ["common/scanner.h"],
      "file-types": ["cfc", "cfm"],
      "highlights": "cfml/queries/highlights.scm",
      "injections": ["cfml/queries/injections.scm"],
      "indents": "cfml/queries/indents.scm",
      "tags": "cfml/queries/tags.scm"
    },
    {
      "name": "cfscript",
      "scope": "source.cfscript",
      "path": "cfscript",
      "external-files": ["common/scanner.h"],
      "file-types": ["cfs"],
      "highlights": "cfscript/queries/highlights.scm",
      "tags": "cfscript/queries/tags.scm"
    },
    {
      "name": "cfquery",
      "scope": "source.cfquery",
      "path": "cfquery",
      "external-files": ["common/scanner.h"],
      "highlights": "cfquery/queries/highlights.scm",
      "tags": "cfquery/queries/tags.scm"
    }
  ],
  "metadata": {
    "version": "0.26.34",
    "license": "MIT",
    "description": "CFML grammar for tree-sitter",
    "authors": [
      { "name": "Gareth Edwards", "email": "ghedwards@gmail.com" },
      { "name": "Gavin Baumanis", "email": "gavinbaumanis@gmail.com" }
    ],
    "links": {
      "repository": "https://github.com/cfmleditor/tree-sitter-cfml"
    },
    "namespace": "io.github.cfmleditor"
  },
  "bindings": {
    "c": true,
    "go": true,
    "java": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}