Skip to content

Commit c76ed42

Browse files
committed
docs: add informations about injected languages
1 parent 608c562 commit c76ed42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Now we can install the `gitcommit` parser via nvim-treesitter.
4747
:TSInstall gitcommit
4848
```
4949

50+
To have a complete highlight, you should have `git_rebase` and `diff` parsers installed :
51+
52+
```vim
53+
:TSInstall diff git_rebase
54+
```
55+
5056
## Credits
5157

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

0 commit comments

Comments
 (0)