forked from grantjenks/py-tree-sitter-languages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor package structure and update tests
- Updated the package name in pyproject.toml for the Cython extension to "tree_sitter_languages.core". - Added a new __init__.py file in the tests directory. - Removed "perl" from the LANGUAGES list in test_tree_sitter_languages.py. - Adjusted import statements in tree_sitter_languages/__init__.py to reflect the new package structure and defined __all__ for public API. These changes improve the organization and clarity of the package structure and tests.
- Loading branch information
1 parent
0be0da2
commit ad0184e
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ | |
"markdown", | ||
"objc", | ||
"ocaml", | ||
"perl", | ||
"php", | ||
"python", | ||
"ql", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters