You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/book/src
Michael Davis bcf3808e97
Add tree-sitter-git-diff (#1373)
* add submodule on tree-sitter-git-diff

* add git-diff highlights

* inject git-diff into git-commit

* update tree-sitter-git-commit with fix for bad diff case

* add git-diff to language support docs

* include-children in diff injections

This ensures that children nodes of $.message are included in the
injection, such as $.user or issue/pr numbers. Without this change,
diffs containing '#' or '@' characters can trip up the injection and
be parsed separately.

See https://github.com/helix-editor/helix/pull/1373#issuecomment-1001215629

* set diff language's scope as source.diff
3 years ago
..
generated Add tree-sitter-git-diff (#1373) 3 years ago
guides feat(lsp): configurable diagnostic severity (#1325) 3 years ago
SUMMARY.md Auto generate docs for language support 3 years ago
commands.md docs: Auto generate command list 3 years ago
configuration.md Load alt default theme if true color is not supported 3 years ago
from-vim.md Improve docs, fix up a few highlight scopes 3 years ago
hooks.md Add book/ (mdbook based user guide) 4 years ago
install.md Add instructions for Fedora Linux (#1270) 3 years ago
keymap.md Mark macros as experimental in docs 3 years ago
lang-support.md Auto generate docs for language support 3 years ago
languages.md feat(lsp): configurable diagnostic severity (#1325) 3 years ago
remapping.md Update book to include typable command remapping (#1240) 3 years ago
themes.md add new scopes to themes docs 3 years ago
usage.md Implement black hole register (#1165) 3 years ago