1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:00:05 +08:00
SpaceVim/syntax/SpaceVimGitRemoteManager.vim

14 lines
500 B
VimL
Raw Normal View History

2024-02-21 17:03:50 +08:00
scriptencoding utf-8
sy match SPCGitRemoteName '^\s*[▷▼]\s.*'
sy match SPCGitRemoteTitle '^Git Remotes:'
sy match SPCGitRemoteHelpKey '" \zs[^:]*\ze[:]'
sy match SPCGitRemoteHelpTitle 'Git remote manager quickhelp'
sy match SPCGitRemoteHelp '^".*' contains=SPCGitRemoteHelpTitle,SPCGitRemoteHelpKey
hi def link SPCGitRemoteName Directory
hi def link SPCGitRemoteHelpKey Identifier
hi def link SPCGitRemoteTitle Title
hi def link SPCGitRemoteHelpTitle Title
hi def link SPCGitRemoteHelp String
"