Metadata-Version: 2.4
Name: tree-sitter-property-list
Version: 0.1.2
Summary: Property List grammar for tree-sitter. This grammar covers the OpenStep-style property list format, also known as NeXTSTEP-style, old-style, or ASCII plist format.
Author-email: Florian Pircher <florian@formkunft.com>
License: MIT
Project-URL: Homepage, https://github.com/formkunft/tree-sitter-property-list
Keywords: incremental,parsing,tree-sitter,property-list
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
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.24; extra == "core"
Dynamic: license-file

# tree-sitter-property-list

> Packaging: [Crates.io](https://crates.io/crates/tree-sitter-property-list), [NPM](https://www.npmjs.com/package/tree-sitter-property-list), [PyPI](https://pypi.org/project/tree-sitter-property-list/), [Swift Package Index](https://swiftpackageindex.com/Formkunft/tree-sitter-property-list)

Property List grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

This grammar covers the OpenStep-style property list format, also known as NeXTSTEP-style, old-style, or ASCII plist format.
