diff options
author | Michael Davis | 2023-03-27 06:27:38 +0000 |
---|---|---|
committer | GitHub | 2023-03-27 06:27:38 +0000 |
commit | d7431db55cd076dbacfde2cebaed315509923df5 (patch) | |
tree | de599de10c828c70db07ba53afb9815f1343ced9 /languages.toml | |
parent | 2af14a24abbd8de510f69e6569c18601533dc912 (diff) |
Update tree-sitter-git-commit, add comment textobject (#6439)
The update includes a fix for comments in commit messages where there
was no space separating the '#' and the comment text.
The comment textobject can be useful occasionally to jump to the
summary part of the commit edit message.
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index ae4135f0..7c6c278e 100644 --- a/languages.toml +++ b/languages.toml @@ -1194,7 +1194,7 @@ text-width = 72 [[grammar]] name = "git-commit" -source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "318dd72abfaa7b8044c1d1fbeabcd06deaaf038f" } +source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "7421fd81840950c0ff4191733cee3b6ac06cb295" } [[language]] name = "diff" |