aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2022-03-19 05:43:13 +0000
committerGitHub2022-03-19 05:43:13 +0000
commitcfd992b1511655fc2116af4ddd1cd0dbb3bcb85e (patch)
tree65f4d7cf3e9d6e728a142cfccebce631b427e947 /languages.toml
parent533cca7195b5ab36e0a1fa4863d00f6c11cb41b9 (diff)
update tree-sitter-git-commit (#1838)
changes: - any text following a (scissors) is now contained in one (message) - this vastly improves performance on large verbose commits: no more slowness on huge commits
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 4bda7136..6aa5be3c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -830,7 +830,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "git-commit"
-source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "066e395e1107df17183cf3ae4230f1a1406cc972" }
+source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "7ae23de633de41f8f5b802f6f05b6596df6d00c1" }
[[language]]
name = "git-diff"