Metadata-Version: 2.1
Name: tree-sitter-gosum-orchard
Version: 0.3.1
Summary: Parser for go.sum lock files
Author-email: Amaan Qureshi <amaanq12@gmail.com>
License: MIT
Project-URL: Homepage, https://codeberg.org/grammar-orchard/tree-siter-gosum-orchard
Keywords: incremental,parsing,tree-sitter,gosum-orchard
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: core
License-File: LICENSE

# tree-sitter-gosum-orchard

[![crates][crates]](https://crates.io/crates/tree-sitter-gosum-orchard)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-gosum-orchard)

go.sum grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)

Forked from https://github.com/tree-sitter-grammars/tree-sitter-go-sum by Amaan Qureshi, to update it to tree-sitter 0.25.

[crates]: https://img.shields.io/crates/v/tree-sitter-gosum-orchard?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-gosum-orchard?logo=pypi&logoColor=ffd242
