Metadata-Version: 2.4
Name: tree-sitter-powershell
Version: 0.26.3
Summary: A Powershell grammar for tree-sitter
Author-email: Airbus CERT <cert@airbus.com>
License: MIT
Project-URL: Homepage, https://github.com/airbus-cert/tree-sitter-powershell
Keywords: incremental,parsing,tree-sitter,powershell
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-powershell

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

## References

* [Powershell 7.3](https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-15?view=powershell-7.3)
