Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ As such it is not recommended to use this parser where correctness is
important. The main goal for this parser is to provide syntactical information
for syntax highlighting in parsers such as [neovim] and [helix].

## Installing

This package is not published to PyPI yet. Meanwhile:

```bash
pip install git+https://github.com/tree-sitter-grammars/tree-sitter-markdown
```

## Contributing

All contributions are welcome. For details refer to [CONTRIBUTING.md].
Expand Down