mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-15 05:53:00 +08:00
Change TagbarScopeType highlight to TagbarType
This commit is contained in:
parent
8490f6a5c2
commit
25bbf9b889
|
@ -430,8 +430,8 @@ TagbarKind
|
|||
TagbarScope
|
||||
Tags that define a scope like classes, structs etc.
|
||||
|
||||
TagbarScopeType
|
||||
The type of a scope after the colon, for example "class", "struct" etc.
|
||||
TagbarType
|
||||
The type of a tag or scope if available.
|
||||
|
||||
TagbarSignature
|
||||
Function signatures.
|
||||
|
|
|
@ -40,14 +40,14 @@ else
|
|||
endif
|
||||
|
||||
syntax match TagbarComment '^".*'
|
||||
syntax match TagbarScopeType ' : \zs.*'
|
||||
syntax match TagbarType ' : \zs.*'
|
||||
syntax match TagbarSignature '(.*)'
|
||||
syntax match TagbarPseudoID '\*\ze :'
|
||||
|
||||
highlight default link TagbarComment Comment
|
||||
highlight default link TagbarKind Identifier
|
||||
highlight default link TagbarScope Title
|
||||
highlight default link TagbarScopeType Type
|
||||
highlight default link TagbarType Type
|
||||
highlight default link TagbarSignature SpecialKey
|
||||
highlight default link TagbarPseudoID NonText
|
||||
highlight default link TagbarFoldIcon Statement
|
||||
|
|
Loading…
Reference in New Issue
Block a user