mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
add tree-sitter.json
This commit is contained in:
parent
228d3d070b
commit
940f387a98
1 changed files with 39 additions and 0 deletions
39
tree-sitter.json
Normal file
39
tree-sitter.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"version": "0.0.4",
|
||||
"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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue