2021-08-21 20:15:42 +03:00
|
|
|
{
|
2023-01-08 00:58:59 +03:00
|
|
|
"name": "tree-sitter-psql",
|
2021-08-21 20:15:42 +03:00
|
|
|
"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",
|
2023-01-08 00:58:59 +03:00
|
|
|
"file-types": [
|
|
|
|
"psql"
|
|
|
|
],
|
2023-01-05 18:08:21 +03:00
|
|
|
"injection-regex": "^psql$"
|
|
|
|
}
|
|
|
|
]
|
2021-08-21 20:15:42 +03:00
|
|
|
}
|