tree-sitter-mal 1.2.4

IT systems are growing in complexity and the threat from cyberattacks is increasing. Threat modeling is a process that can be used to analyze potential attacks to IT systems in order to facilitate secure design. Meta Attack Language (MAL) is a threat modeling language framework for the creation of domain specific languages (DSL). MAL is developed at KTH Royal Institute of Technology.
Documentation
{
  "grammars": [
    {
      "name": "mal",
      "camelcase": "Mal",
      "scope": "source.mal",
      "file-types": [
        "mal"
      ],
      "highlights": "queries/highlights.scm",
      "injection-regex": "^mal$"
    }
  ],
  "metadata": {
    "version": "1.2.4",
    "license": "MIT",
    "description": "IT systems are growing in complexity and the threat from cyberattacks is increasing. Threat modeling is a process that can be used to analyze potential attacks to IT systems in order to facilitate secure design. Meta Attack Language (MAL) is a threat modeling language framework for the creation of domain specific languages (DSL). MAL is developed at KTH Royal Institute of Technolog",
    "authors": [
      {
        "name": "Andreas Hammarstrand",
        "email": "andreas.hammarstrand@gmail.com"
      }
    ],
    "links": {
      "repository": "https://github.com/Tobiky/tree-sitter-mal"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}