12 lines
291 B
TOML
12 lines
291 B
TOML
name = "Git Commit"
|
|
grammar = "git_commit"
|
|
path_suffixes = [
|
|
# Refer to https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua#L1286-L1290
|
|
"TAG_EDITMSG",
|
|
"MERGE_MSG",
|
|
"COMMIT_EDITMSG",
|
|
"NOTES_EDITMSG",
|
|
"EDIT_DESCRIPTION",
|
|
]
|
|
line_comments = ["#"]
|
|
brackets = []
|