fix(bindings): fix template oversights
This commit is contained in:
parent
78cc77e7b2
commit
e9b3f65ceb
3 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ libdir=@LIBDIR@
|
|||
includedir=@INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-PARSER_NAME
|
||||
Description: PARSER_NAME grammar for tree-sitter
|
||||
Description: CAMEL_PARSER_NAME grammar for tree-sitter
|
||||
URL: @URL@
|
||||
Version: @VERSION@
|
||||
Requires: @REQUIRES@
|
||||
|
|
|
|||
|
|
@ -20,14 +20,14 @@ let package = Package(
|
|||
"bindings/node",
|
||||
"bindings/python",
|
||||
"bindings/rust",
|
||||
"examples",
|
||||
"prebuilds",
|
||||
"grammar.js",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
"pyproject.toml",
|
||||
"setup.py",
|
||||
"test",
|
||||
"types",
|
||||
"examples",
|
||||
".editorconfig",
|
||||
".github",
|
||||
".gitignore",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
"CAMEL_PARSER_NAME grammar for tree-sitter"
|
||||
|
||||
from ._binding import language
|
||||
|
||||
__all__ = ["language"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue