Fix git_commit grammar name typo (#7982)

Release Notes:

- Fixed git_commit highlights not working
This commit is contained in:
d1y 2024-02-19 02:40:56 +08:00 committed by GitHub
parent 251218954d
commit 8acd4d122e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ pub fn init(
tree_sitter_embedded_template::language(),
),
("erlang", tree_sitter_erlang::language()),
("gitcommit", tree_sitter_gitcommit::language()),
("git_commit", tree_sitter_gitcommit::language()),
("gleam", tree_sitter_gleam::language()),
("glsl", tree_sitter_glsl::language()),
("go", tree_sitter_go::language()),