tree-sitter-powershell 0.26.3

A Powershell grammar for tree-sitter
Documentation
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "powershell",
      "camelcase": "Powershell",
      "scope": "source.ps1",
      "path": ".",
      "file-types": [
        "ps1",
        "psm1"
      ],
      "highlights": [
        "queries/highlights.scm"
      ],
      "injection-regex": "^(ps1|psm1)$"
    }
  ],
  "metadata": {
    "version": "0.26.3",
    "license": "MIT",
    "description": "A Powershell grammar for tree-sitter",
    "authors": [
      {
        "name": "Airbus CERT",
        "email": "cert@airbus.com"
      }
    ],
    "links": {
      "repository": "https://github.com/airbus-cert/tree-sitter-powershell"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "java": false,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true,
    "zig": false
  }
}