We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608c562 commit c76ed42Copy full SHA for c76ed42
README.md
@@ -47,6 +47,12 @@ Now we can install the `gitcommit` parser via nvim-treesitter.
47
:TSInstall gitcommit
48
```
49
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
56
## Credits
57
58
- [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