{ "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json", "grammars": [ { "name": "dotenv", "camelcase": "Dotenv", "title": "Dotenv", "scope": "source.dotenv", "file-types": [ "dotenv" ], "injection-regex": "^dotenv$", "class-name": "TreeSitterDotenv", "highlights": "queries/highlights.scm" } ], "metadata": { "version": "0.0.6", "license": "MIT", "description": "Dotenv grammar for tree-sitter", "authors": [ { "name": "Henrik Hautakoski", "email": "henrik.hautakoski@gmail.com" } ], "links": { "repository": "https://github.com/pnx/tree-sitter-dotenv" } }, "bindings": { "c": true, "go": true, "node": true, "python": true, "rust": true, "swift": true, "zig": false } }