tree-sitter-cmake/bindings/python/tree_sitter_cmake/__init__.py

6 lines
88 B
Python
Raw Permalink Normal View History

"Cmake grammar for tree-sitter"
from ._binding import language
__all__ = ["language"]