Metadata-Version: 2.4
Name: tree-sitter-vim
Version: 0.5.0
Summary: Vimscript grammar for tree-sitter
Author: Thomas Vigouroux
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter-grammars/tree-sitter-vim
Keywords: incremental,parsing,tree-sitter,vim
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.21; extra == "core"
Dynamic: license-file


# tree-sitter-vim

[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-vim/actions/workflows/ci.yaml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)

A tree-sitter parser for Vimscript files.

## References

* [Write a Vim script](https://neovim.io/doc/user/usr_41.html)

[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-vim/main.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
