crates/zed/src/languages/gitcommit/config.toml 🔗
@@ -1,4 +1,4 @@
-name = "Git commit"
+name = "Git Commit"
path_suffixes = [
# Refer to https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua#L1286-L1290
"TAG_EDITMSG",
d1y created
Release Notes:
- N/A
crates/zed/src/languages/gitcommit/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -1,4 +1,4 @@
-name = "Git commit"
+name = "Git Commit"
path_suffixes = [
# Refer to https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua#L1286-L1290
"TAG_EDITMSG",