tree-sitter-lolcode 0.0.2

LOLCODE grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "lolcode",
      "camelcase": "Lolcode",
      "scope": "source.lolcode",
      "path": ".",
      "file-types": [
        "lol"
      ]
    }
  ],
  "metadata": {
    "version": "0.0.2",
    "license": "MIT",
    "description": "LOLCODE grammar for tree-sitter",
    "authors": [
      {
        "name": "undivisible"
      }
    ],
    "links": {
      "repository": "https://github.com/undivisible/tree-sitter-lolcode"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}