build(bindings): metadata improvements
This commit is contained in:
parent
f7c13406c9
commit
46520eda58
4 changed files with 12 additions and 8 deletions
|
|
@ -14,8 +14,9 @@
|
|||
"src/**"
|
||||
],
|
||||
"keywords": [
|
||||
"parsing",
|
||||
"incremental",
|
||||
"parsing",
|
||||
"tree-sitter",
|
||||
"LOWER_PARSER_NAME"
|
||||
],
|
||||
"dependencies": {
|
||||
|
|
@ -33,7 +34,7 @@
|
|||
"tree-sitter": [
|
||||
{
|
||||
"scope": "source.LOWER_PARSER_NAME",
|
||||
"injection-regex": "LOWER_PARSER_NAME"
|
||||
"injection-regex": "^LOWER_PARSER_NAME$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue