15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"name": "tree-sitter-plpgsql",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "grammar.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.psql",
|
|
"file-types": ["psql"],
|
|
"injection-regex": "^psql$"
|
|
}
|
|
]
|
|
}
|