Metadata-Version: 2.4
Name: tree-sitter-tmuxf
Version: 0.0.1
Summary: 🌲👨 tmux format ststring grammar for tree-sitter 
Author-email: Wu <wuzhenyu@ustc.edu>
License: MIT
Project-URL: Homepage, https://github.com/freed-wu/tree-sitter-tmux
Project-URL: Funding, https://github.com/Freed-Wu/tree-sitter-tmux
Keywords: incremental,parsing,tree-sitter,tmuxf
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-tmuxf

Tree sitter grammar for tmux format string.
Used by [tree-sitter-tmux](https://github.com/Freed-Wu/tree-sitter-tmux).

```sh
$ man tmux
...
FORMATS
     Certain commands accept the -F flag with a format argument.
     This is a string which controls the output format of the command.
...
```
