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