Metadata-Version: 2.1
Name: tree-sitter-css-orchard
Version: 0.1.2
Summary: Parser for CSS files
Author-email: Max Brunsfeld <maxbrunsfeld@gmail.com>
License: MIT
Project-URL: Homepage, https://codeberg.org/grammar-orchard/tree-sitter-css-orchard
Keywords: incremental,parsing,tree-sitter,css-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-css

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


CSS grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter), forked from [tree-sitter-css](https://github.com/tree-sitter/tree-sitter-css).

Note that unlike upstream, generated files are not checked into git, so you need to run `tree-sitter generate` after cloning this repository, or download generate files from the releases page.

Contributions are welcome, so are co-maintainers.

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

