Prettify the output with some syntax and quiet option
This commit is contained in:
parent
4144631d03
commit
000f7a9232
8 changed files with 146 additions and 78 deletions
13
syntax/vimspector-installer.vim
Normal file
13
syntax/vimspector-installer.vim
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
if exists( 'b:current_syntax' )
|
||||
finish
|
||||
endif
|
||||
|
||||
let b:current_syntax = 'vimspector-installer'
|
||||
|
||||
syn keyword VimspectorInstalling Installing
|
||||
syn keyword VimspectorDone Done
|
||||
syn keyword VimspectorError Failed FAILED
|
||||
|
||||
hi default link VimspectorInstalling Constant
|
||||
hi default link VimspectorDone DiffAdd
|
||||
hi default link VimspectorError WarningMsg
|
||||
Loading…
Add table
Add a link
Reference in a new issue