tree-sitter-css 0.25.0

CSS grammar for tree-sitter
Documentation
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "css",
      "camelcase": "CSS",
      "title": "CSS",
      "scope": "source.css",
      "file-types": [
        "css"
      ],
      "highlights": "queries/highlights.scm",
      "injection-regex": "^css$"
    }
  ],
  "metadata": {
    "version": "0.25.0",
    "license": "MIT",
    "description": "CSS grammar for tree-sitter",
    "authors": [
      {
        "name": "Max Brunsfeld",
        "email": "maxbrunsfeld@gmail.com"
      },
      {
        "name": "Amaan Qureshi",
        "email": "contact@amaanq.com"
      }
    ],
    "links": {
      "repository": "https://github.com/tree-sitter/tree-sitter-css",
      "funding": "https://github.com/sponsors/tree-sitter"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}