Skip to content

Commit

Permalink
docs: add informations about injected languages
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod committed Nov 21, 2022
1 parent 608c562 commit c76ed42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Now we can install the `gitcommit` parser via nvim-treesitter.
:TSInstall gitcommit
```

To have a complete highlight, you should have `git_rebase` and `diff` parsers installed :

```vim
:TSInstall diff git_rebase
```

## Credits

- [https://github.com/gbprod/tree-sitter-git-commit](https://github.com/gbprod/tree-sitter-git-commit) good parser but only works in english.

0 comments on commit c76ed42

Please sign in to comment.