Skip to content

Commit 7085391

Browse files
Fix lists in commit messages (#32)
Fixes #30 - Remove Git Commit language - Rely on Zed built-in Git Commit language --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me>
1 parent 5024180 commit 7085391

5 files changed

Lines changed: 0 additions & 47 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Provide the syntax highlighting for the following Languages:
66

77
- [Git Attributes](https://github.com/tree-sitter-grammars/tree-sitter-gitattributes): .gitattributes, .git/info/attributes, etc
8-
- [Git Commit](https://github.com/the-mikedavis/tree-sitter-git-commit): COMMIT_EDITMSG, EDIT_DESCRIPTION, MERGE_MSG, NOTES_EDITMSG, TAG_EDITMSG
98
- [Git Config](https://github.com/the-mikedavis/tree-sitter-git-config): .gitconfig, .gitmodules, .lfsconfig, config.worktree
109
- [Git Ignore](https://github.com/shunsambongi/tree-sitter-gitignore): .gitignore, .dockerignore, .npmignore, .prettierignore, etc
1110
- [Git Rebase](https://github.com/the-mikedavis/tree-sitter-git-rebase): git-rebase-todo

extension.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ authors = [
99
description = "Provides Git Syntax Highlighting"
1010
repository = "https://github.com/d1y/git_firefly"
1111

12-
[grammars.git_commit]
13-
repository = "https://github.com/the-mikedavis/tree-sitter-git-commit"
14-
commit = "6f193a66e9aa872760823dff020960c6cedc37b3"
15-
1612
[grammars.git_config]
1713
repository = "https://github.com/the-mikedavis/tree-sitter-git-config"
1814
commit = "9c2a1b7894e6d9eedfe99805b829b4ecd871375e"

languages/gitcommit/config.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

languages/gitcommit/highlights.scm

Lines changed: 0 additions & 18 deletions
This file was deleted.

languages/gitcommit/injections.scm

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)