Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions languages/gitattributes/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Git Attributes"
grammar = "gitattributes"
modeline_aliases = ["gitattributes"]
path_suffixes = [
# https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua
"gitattributes",
Expand Down
1 change: 1 addition & 0 deletions languages/gitconfig/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Git Config"
grammar = "git_config"
modeline_aliases = ["gitconfig"]
path_suffixes = [
# https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua
"config.worktree",
Expand Down
1 change: 1 addition & 0 deletions languages/gitignore/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ path_suffixes = [
]
name = "Git Ignore"
grammar = "gitignore"
modeline_aliases = ["gitignore"]
line_comments = ["# "]
autoclose_before = "]"
brackets = [
Expand Down
1 change: 1 addition & 0 deletions languages/gitrebase/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name = "Git Rebase"
grammar = "git_rebase"
modeline_aliases = ["gitrebase"]
path_suffixes = [
# https://github.com/neovim/neovim/blob/master/runtime/lua/vim/filetype.lua
"git-rebase-todo",
Expand Down