mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-10 07:36:17 -04:00
Add missing highlight groups.
This commit is contained in:
parent
b0b5d4dd1e
commit
017b7b7f29
|
|
@ -2,6 +2,9 @@
|
|||
Boolean -> Constant
|
||||
Character -> Constant
|
||||
Conditional -> Statement
|
||||
CurSearch -> Search
|
||||
CursorLineFold -> FoldColumn
|
||||
CursorLineSign -> SignColumn
|
||||
Debug -> Special
|
||||
Define -> PreProc
|
||||
Delimiter -> Special
|
||||
|
|
@ -11,6 +14,8 @@ Function -> Identifier
|
|||
Include -> PreProc
|
||||
Keyword -> Statement
|
||||
Label -> Statement
|
||||
LineNrAbove -> LineNr
|
||||
LineNrBelow -> LineNr
|
||||
Macro -> PreProc
|
||||
Number -> Constant
|
||||
Operator -> Statement
|
||||
|
|
@ -26,5 +31,7 @@ String -> Constant
|
|||
Structure -> Type
|
||||
Tag -> Special
|
||||
Typedef -> Type
|
||||
debugBreakpoint -> SignColumn
|
||||
debugPC -> SignColumn
|
||||
lCursor -> Cursor
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue