Recognize .gitconfig syntax
This commit is contained in:
parent
2659912220
commit
b0b466e0d3
|
@ -2,6 +2,10 @@ hook global BufCreate .*(COMMIT_EDITMSG|MERGE_MSG) %{
|
|||
set-option buffer filetype git-commit
|
||||
}
|
||||
|
||||
hook global BufCreate .*(\.gitconfig|git/config) %{
|
||||
set-option buffer filetype ini
|
||||
}
|
||||
|
||||
hook -group git-commit-highlight global WinSetOption filetype=git-commit %{
|
||||
add-highlighter window/git-commit-highlight group
|
||||
add-highlighter window/git-commit-highlight/ regex "^\h*#[^\n]*\n" 0:cyan,default
|
||||
|
|
Loading…
Reference in New Issue
Block a user