1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00
tree-sitter-dotenv/tree-sitter.json
2026-04-13 21:44:48 +02:00

40 lines
881 B
JSON

{
"$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
}
}