Metadata-Version: 2.1
Name: tree-sitter-gomod-orchard
Version: 0.5.1
Summary: Parser for Go module manifest files
Author-email: Camden Cheek <camden@ccheek.com>
License: MIT
Project-URL: Homepage, https://codeberg.org/grammar-orchard/tree-siter-gomod-orchard
Keywords: incremental,parsing,tree-sitter,gomod-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-gomod-orchard

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

[tree-sitter][] grammar for go.mod files, fork of [tree-sitter-go-mod][] by Camden Cheek.

[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[tree-sitter-go-mod]: https://github.com/camdencheek/tree-sitter-go-mod

This grammar has been updated to work with recent versions of tree-sitter.
It does not store generated files in the repository, so you will need to run `tree-sitter generate` before using it.

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