Metadata-Version: 2.4
Name: tree-sitter-robot
Version: 1.0.0
Summary: Tree-sitter parser for Robot Framework files
Author: Tomas Sandven
License: ISC
Project-URL: Homepage, https://github.com/hubro/tree-sitter-robot
Keywords: incremental,parsing,tree-sitter,robot
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 tests](https://github.com/Hubro/tree-sitter-robot/actions/workflows/test.yaml/badge.svg)](https://github.com/Hubro/tree-sitter-robot/actions/workflows/test.yaml)

# tree-sitter-robot

Tree-sitter parser for Robot Framework files.

Includes queries for syntax highlighting, indentation and folding.
