tree-sitter-po-orchard
v0.2.3
Published
Parser for gettext .po files
Downloads
19
Maintainers
Readme
tree-sitter-po-orchard
This is a tree-sitter grammar for po.
Using it
You can obtain this parser in various formats:
- as an archive from the Releases page, which contains all the generated files (bindings, parser code)
- as a Rust crate:
cargo add tree-sitter-po-orchard - as a Python package:
pip install tree-sitter-po-orchard - as an NPM package:
npm install tree-sitter-po-orchard
Contributing
Contributions are welcome, so are co-maintainers.
Unlike many grammar repositories, this one does not track generated files.
After cloning this repository, you'll need to run tree-sitter generate to obtain the parser.
If you want to use it via bindings, you'll also need to run tree-sitter init.
Origin
This project was forked from https://github.com/tree-sitter-grammars/tree-sitter-po, to ease the use of and collaboration on this grammar.
