2021-08-21 20:15:42 +03:00
|
|
|
{
|
|
|
|
"name": "tree-sitter-plpgsql",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2023-01-05 18:08:21 +03:00
|
|
|
"main": "grammar.js",
|
2021-08-21 20:15:42 +03:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
2023-01-05 18:08:21 +03:00
|
|
|
"tree-sitter": [
|
|
|
|
{
|
|
|
|
"scope": "source.psql",
|
|
|
|
"file-types": ["psql"],
|
|
|
|
"injection-regex": "^psql$"
|
|
|
|
}
|
|
|
|
]
|
2021-08-21 20:15:42 +03:00
|
|
|
}
|