Skip to content

Commit cdd0194

Browse files
committed
Allow report highlighting to be overridden by colorschemes
Closes #52.
1 parent 0bce2fd commit cdd0194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ftplugin/ledger.vim

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ endif
160160
" }}}
161161

162162
" Highlight groups for Ledger reports {{{
163-
hi! link LedgerNumber Number
164-
hi! link LedgerNegativeNumber Special
165-
hi! link LedgerCleared Constant
166-
hi! link LedgerPending Todo
167-
hi! link LedgerTarget Statement
168-
hi! link LedgerImproperPerc Special
163+
hi link LedgerNumber Number
164+
hi link LedgerNegativeNumber Special
165+
hi link LedgerCleared Constant
166+
hi link LedgerPending Todo
167+
hi link LedgerTarget Statement
168+
hi link LedgerImproperPerc Special
169169
" }}}
170170

171171
let s:rx_amount = '\('.

0 commit comments

Comments
 (0)