You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The few instances of syntax highlighting defined in ftplugin/ledger.vim seem to override the user's colorscheme. The main syntax highlighting file syntax/ledger.vim is fine.
These appear to be the problematic lines, I think because of the exclamation:
hi! link LedgerNumber Number
hi! link LedgerNegativeNumber Special
hi! link LedgerCleared Constant
hi! link LedgerPending Todo
hi! link LedgerTarget Statement
hi! link LedgerImproperPerc Special
For example, I added the following line to my colorscheme:
I would expect that this can be fixed by replacing hi! with highlight default, but a cursory test did not produce the desired behavior. Maybe you can experiment and come up with a patch?
The few instances of syntax highlighting defined in ftplugin/ledger.vim seem to override the user's colorscheme. The main syntax highlighting file syntax/ledger.vim is fine.
These appear to be the problematic lines, I think because of the exclamation:
For example, I added the following line to my colorscheme:
But it gets overridden by vim-ledger.
The text was updated successfully, but these errors were encountered: